Class: Aws::Types::UpdatePartnerAppRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdatePartnerAppRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#app_version ⇒ ::String
Returns the value of attribute app_version.
-
#application_config ⇒ Types::PartnerAppConfig
Returns the value of attribute application_config.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#auth_type ⇒ "IAM", "IDC"
Returns the value of attribute auth_type.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#enable_auto_minor_version_upgrade ⇒ Boolean
Returns the value of attribute enable_auto_minor_version_upgrade.
-
#enable_iam_session_based_identity ⇒ Boolean
Returns the value of attribute enable_iam_session_based_identity.
-
#idc_config ⇒ Types::IdcConfigInput
Returns the value of attribute idc_config.
-
#maintenance_config ⇒ Types::PartnerAppMaintenanceConfig
Returns the value of attribute maintenance_config.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#tier ⇒ ::String
Returns the value of attribute tier.
Instance Attribute Details
#app_version ⇒ ::String
Returns the value of attribute app_version.
12383 12384 12385 |
# File 'sig/types.rbs', line 12383 def app_version @app_version end |
#application_config ⇒ Types::PartnerAppConfig
Returns the value of attribute application_config.
12378 12379 12380 |
# File 'sig/types.rbs', line 12378 def application_config @application_config end |
#arn ⇒ ::String
Returns the value of attribute arn.
12375 12376 12377 |
# File 'sig/types.rbs', line 12375 def arn @arn end |
#auth_type ⇒ "IAM", "IDC"
Returns the value of attribute auth_type.
12380 12381 12382 |
# File 'sig/types.rbs', line 12380 def auth_type @auth_type end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
12384 12385 12386 |
# File 'sig/types.rbs', line 12384 def client_token @client_token end |
#enable_auto_minor_version_upgrade ⇒ Boolean
Returns the value of attribute enable_auto_minor_version_upgrade.
12382 12383 12384 |
# File 'sig/types.rbs', line 12382 def enable_auto_minor_version_upgrade @enable_auto_minor_version_upgrade end |
#enable_iam_session_based_identity ⇒ Boolean
Returns the value of attribute enable_iam_session_based_identity.
12381 12382 12383 |
# File 'sig/types.rbs', line 12381 def enable_iam_session_based_identity @enable_iam_session_based_identity end |
#idc_config ⇒ Types::IdcConfigInput
Returns the value of attribute idc_config.
12379 12380 12381 |
# File 'sig/types.rbs', line 12379 def idc_config @idc_config end |
#maintenance_config ⇒ Types::PartnerAppMaintenanceConfig
Returns the value of attribute maintenance_config.
12376 12377 12378 |
# File 'sig/types.rbs', line 12376 def maintenance_config @maintenance_config end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
12385 12386 12387 |
# File 'sig/types.rbs', line 12385 def @tags end |
#tier ⇒ ::String
Returns the value of attribute tier.
12377 12378 12379 |
# File 'sig/types.rbs', line 12377 def tier @tier end |