Class: Aws::AppFabric::Types::ConnectAppAuthorizationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppFabric::Types::ConnectAppAuthorizationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appfabric/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#app_authorization_identifier ⇒ String
The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app authorization to use for the request.
-
#app_bundle_identifier ⇒ String
The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle that contains the app authorization to use for the request.
-
#auth_request ⇒ Types::AuthRequest
Contains OAuth2 authorization information.
Instance Attribute Details
#app_authorization_identifier ⇒ String
The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app authorization to use for the request.
345 346 347 348 349 350 351 |
# File 'lib/aws-sdk-appfabric/types.rb', line 345 class ConnectAppAuthorizationRequest < Struct.new( :app_bundle_identifier, :app_authorization_identifier, :auth_request) SENSITIVE = [] include Aws::Structure end |
#app_bundle_identifier ⇒ String
The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle that contains the app authorization to use for the request.
345 346 347 348 349 350 351 |
# File 'lib/aws-sdk-appfabric/types.rb', line 345 class ConnectAppAuthorizationRequest < Struct.new( :app_bundle_identifier, :app_authorization_identifier, :auth_request) SENSITIVE = [] include Aws::Structure end |
#auth_request ⇒ Types::AuthRequest
Contains OAuth2 authorization information.
This is required if the app authorization for the request is configured with an OAuth2 (‘oauth2`) authorization type.
345 346 347 348 349 350 351 |
# File 'lib/aws-sdk-appfabric/types.rb', line 345 class ConnectAppAuthorizationRequest < Struct.new( :app_bundle_identifier, :app_authorization_identifier, :auth_request) SENSITIVE = [] include Aws::Structure end |