Class: Aws::AppFabric::Types::ConnectAppAuthorizationRequest

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_authorization_identifierString

The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app authorization to use for the request.

Returns:

  • (String)


345
346
347
348
349
350
351
# File 'gems/aws-sdk-appfabric/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_identifierString

The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle that contains the app authorization to use for the request.

Returns:

  • (String)


345
346
347
348
349
350
351
# File 'gems/aws-sdk-appfabric/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_requestTypes::AuthRequest

Contains OAuth2 authorization information.

This is required if the app authorization for the request is configured with an OAuth2 (oauth2) authorization type.

Returns:



345
346
347
348
349
350
351
# File 'gems/aws-sdk-appfabric/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