Class: Aws::Types::GetApplicationResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetApplicationResponse
- 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.
-
#endpoint ⇒ ::String
Returns the value of attribute endpoint.
-
#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.
-
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#status ⇒ "CREATING", ...
Returns the value of attribute status.
Instance Attribute Details
#app_configs ⇒ ::Array[Types::AppConfig]
Returns the value of attribute app_configs.
1248 1249 1250 |
# File 'sig/types.rbs', line 1248 def app_configs @app_configs end |
#arn ⇒ ::String
Returns the value of attribute arn.
1242 1243 1244 |
# File 'sig/types.rbs', line 1242 def arn @arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
1249 1250 1251 |
# File 'sig/types.rbs', line 1249 def created_at @created_at end |
#data_sources ⇒ ::Array[Types::DataSource]
Returns the value of attribute data_sources.
1247 1248 1249 |
# File 'sig/types.rbs', line 1247 def data_sources @data_sources end |
#endpoint ⇒ ::String
Returns the value of attribute endpoint.
1244 1245 1246 |
# File 'sig/types.rbs', line 1244 def endpoint @endpoint end |
#iam_identity_center_options ⇒ Types::IamIdentityCenterOptions
Returns the value of attribute iam_identity_center_options.
1246 1247 1248 |
# File 'sig/types.rbs', line 1246 def @iam_identity_center_options end |
#id ⇒ ::String
Returns the value of attribute id.
1241 1242 1243 |
# File 'sig/types.rbs', line 1241 def id @id end |
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
1251 1252 1253 |
# File 'sig/types.rbs', line 1251 def kms_key_arn @kms_key_arn end |
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
1250 1251 1252 |
# File 'sig/types.rbs', line 1250 def last_updated_at @last_updated_at end |
#name ⇒ ::String
Returns the value of attribute name.
1243 1244 1245 |
# File 'sig/types.rbs', line 1243 def name @name end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
1245 1246 1247 |
# File 'sig/types.rbs', line 1245 def status @status end |