Class: Aws::Types::CreateApplicationResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateApplicationResponse
- 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.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#data_sources ⇒ ::Array[Types::DataSource]
Returns the value of attribute data_sources.
-
#iam_identity_center_options ⇒ Types::IamIdentityCenterOptions
Returns the value of attribute iam_identity_center_options.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#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.
485 486 487 |
# File 'sig/types.rbs', line 485 def app_configs @app_configs end |
#arn ⇒ ::String
Returns the value of attribute arn.
482 483 484 |
# File 'sig/types.rbs', line 482 def arn @arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
487 488 489 |
# File 'sig/types.rbs', line 487 def created_at @created_at end |
#data_sources ⇒ ::Array[Types::DataSource]
Returns the value of attribute data_sources.
483 484 485 |
# File 'sig/types.rbs', line 483 def data_sources @data_sources end |
#iam_identity_center_options ⇒ Types::IamIdentityCenterOptions
Returns the value of attribute iam_identity_center_options.
484 485 486 |
# File 'sig/types.rbs', line 484 def @iam_identity_center_options end |
#id ⇒ ::String
Returns the value of attribute id.
480 481 482 |
# File 'sig/types.rbs', line 480 def id @id end |
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
488 489 490 |
# File 'sig/types.rbs', line 488 def kms_key_arn @kms_key_arn end |
#name ⇒ ::String
Returns the value of attribute name.
481 482 483 |
# File 'sig/types.rbs', line 481 def name @name end |
#tag_list ⇒ ::Array[Types::Tag]
Returns the value of attribute tag_list.
486 487 488 |
# File 'sig/types.rbs', line 486 def tag_list @tag_list end |