Class: Aws::Types::CreateApplicationRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#app_configs::Array[Types::AppConfig]

Returns the value of attribute app_configs.

Returns:



473
474
475
# File 'sig/types.rbs', line 473

def app_configs
  @app_configs
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


469
470
471
# File 'sig/types.rbs', line 469

def client_token
  @client_token
end

#data_sources::Array[Types::DataSource]

Returns the value of attribute data_sources.

Returns:



471
472
473
# File 'sig/types.rbs', line 471

def data_sources
  @data_sources
end

#iam_identity_center_optionsTypes::IamIdentityCenterOptionsInput

Returns the value of attribute iam_identity_center_options.



472
473
474
# File 'sig/types.rbs', line 472

def iam_identity_center_options
  @iam_identity_center_options
end

#kms_key_arn::String

Returns the value of attribute kms_key_arn.

Returns:

  • (::String)


475
476
477
# File 'sig/types.rbs', line 475

def kms_key_arn
  @kms_key_arn
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


470
471
472
# File 'sig/types.rbs', line 470

def name
  @name
end

#tag_list::Array[Types::Tag]

Returns the value of attribute tag_list.

Returns:



474
475
476
# File 'sig/types.rbs', line 474

def tag_list
  @tag_list
end