Class: Aws::Types::CreateApplicationRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateApplicationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#app_configs ⇒ ::Array[Types::AppConfig]
Returns the value of attribute app_configs.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#data_sources ⇒ ::Array[Types::DataSource]
Returns the value of attribute data_sources.
-
#iam_identity_center_options ⇒ Types::IamIdentityCenterOptionsInput
Returns the value of attribute iam_identity_center_options.
-
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#tag_list ⇒ ::Array[Types::Tag]
Returns the value of attribute tag_list.
Instance Attribute Details
#app_configs ⇒ ::Array[Types::AppConfig]
Returns the value of attribute app_configs.
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.
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.
471 472 473 |
# File 'sig/types.rbs', line 471 def data_sources @data_sources end |
#iam_identity_center_options ⇒ Types::IamIdentityCenterOptionsInput
Returns the value of attribute iam_identity_center_options.
472 473 474 |
# File 'sig/types.rbs', line 472 def @iam_identity_center_options end |
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
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.
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.
474 475 476 |
# File 'sig/types.rbs', line 474 def tag_list @tag_list end |