Class: Aws::AppFabric::Types::GetAppAuthorizationResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appfabric/lib/aws-sdk-appfabric/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#app_authorizationTypes::AppAuthorization

Contains information about an app authorization.



908
909
910
911
912
# File 'gems/aws-sdk-appfabric/lib/aws-sdk-appfabric/types.rb', line 908

class GetAppAuthorizationResponse < Struct.new(
  :app_authorization)
  SENSITIVE = []
  include Aws::Structure
end