Class: Aws::Types::UpdateApplicationResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateApplicationResponse
- 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.
-
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#app_configs ⇒ ::Array[Types::AppConfig]
Returns the value of attribute app_configs.
2352 2353 2354 |
# File 'sig/types.rbs', line 2352 def app_configs @app_configs end |
#arn ⇒ ::String
Returns the value of attribute arn.
2349 2350 2351 |
# File 'sig/types.rbs', line 2349 def arn @arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
2353 2354 2355 |
# File 'sig/types.rbs', line 2353 def created_at @created_at end |
#data_sources ⇒ ::Array[Types::DataSource]
Returns the value of attribute data_sources.
2350 2351 2352 |
# File 'sig/types.rbs', line 2350 def data_sources @data_sources end |
#iam_identity_center_options ⇒ Types::IamIdentityCenterOptions
Returns the value of attribute iam_identity_center_options.
2351 2352 2353 |
# File 'sig/types.rbs', line 2351 def @iam_identity_center_options end |
#id ⇒ ::String
Returns the value of attribute id.
2347 2348 2349 |
# File 'sig/types.rbs', line 2347 def id @id end |
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
2354 2355 2356 |
# File 'sig/types.rbs', line 2354 def last_updated_at @last_updated_at end |
#name ⇒ ::String
Returns the value of attribute name.
2348 2349 2350 |
# File 'sig/types.rbs', line 2348 def name @name end |