Class: Aws::AccountAccess::Types::CreateApplicationRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-accountaccess/lib/aws-sdk-accountaccess/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#identity_sourceTypes::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

#tagsHash<String,String>

Specifies the tags to assign to the application.

Returns:

  • (Hash<String,String>)


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