Class: Aws::AppFabric::Types::ConnectAppAuthorizationResponse

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_summaryTypes::AppAuthorizationSummary

Contains a summary of the app authorization.



359
360
361
362
363
# File 'gems/aws-sdk-appfabric/lib/aws-sdk-appfabric/types.rb', line 359

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