Class: Aws::AppFabric::Types::UpdateAppAuthorizationResponse

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.



1786
1787
1788
1789
1790
# File 'gems/aws-sdk-appfabric/lib/aws-sdk-appfabric/types.rb', line 1786

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