Class: Aws::Types::UpdateApplicationRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateApplicationRequest
- 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.
-
#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.
-
#id ⇒ ::String
Returns the value of attribute id.
Instance Attribute Details
#app_configs ⇒ ::Array[Types::AppConfig]
Returns the value of attribute app_configs.
2341 2342 2343 |
# File 'sig/types.rbs', line 2341 def app_configs @app_configs end |
#data_sources ⇒ ::Array[Types::DataSource]
Returns the value of attribute data_sources.
2340 2341 2342 |
# File 'sig/types.rbs', line 2340 def data_sources @data_sources end |
#iam_identity_center_options ⇒ Types::IamIdentityCenterOptionsInput
Returns the value of attribute iam_identity_center_options.
2342 2343 2344 |
# File 'sig/types.rbs', line 2342 def @iam_identity_center_options end |
#id ⇒ ::String
Returns the value of attribute id.
2339 2340 2341 |
# File 'sig/types.rbs', line 2339 def id @id end |