Class: Aws::AccountAccess::Types::CreateApplicationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AccountAccess::Types::CreateApplicationRequest
- Defined in:
- gems/aws-sdk-accountaccess/lib/aws-sdk-accountaccess/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#identity_source ⇒ Types::IdentitySource
Specifies the identity source for the application.
-
#tags ⇒ Hash<String,String>
Specifies the tags to assign to the application.
Instance Attribute Details
#identity_source ⇒ Types::IdentitySource
Specifies the identity source for the application. The identity source defines the IAM Identity Center instance that provides principals for entitlements.
95 96 97 98 99 100 |
# File 'gems/aws-sdk-accountaccess/lib/aws-sdk-accountaccess/types.rb', line 95 class CreateApplicationRequest < Struct.new( :identity_source, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
Specifies the tags to assign to the application.
95 96 97 98 99 100 |
# File 'gems/aws-sdk-accountaccess/lib/aws-sdk-accountaccess/types.rb', line 95 class CreateApplicationRequest < Struct.new( :identity_source, :tags) SENSITIVE = [] include Aws::Structure end |