Class: Aws::AppFabric::Types::ConnectAppAuthorizationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppFabric::Types::ConnectAppAuthorizationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appfabric/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#app_authorization_summary ⇒ Types::AppAuthorizationSummary
Contains a summary of the app authorization.
Instance Attribute Details
#app_authorization_summary ⇒ Types::AppAuthorizationSummary
Contains a summary of the app authorization.
359 360 361 362 363 |
# File 'lib/aws-sdk-appfabric/types.rb', line 359 class ConnectAppAuthorizationResponse < Struct.new( :app_authorization_summary) SENSITIVE = [] include Aws::Structure end |