Class: Aws::Types::ImportAppRequest
- Inherits:
-
Object
- Object
- Aws::Types::ImportAppRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#associated_systems ⇒ ::Array[Types::AssociatedSystem]
Returns the value of attribute associated_systems.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#policy_arn ⇒ ::String
Returns the value of attribute policy_arn.
-
#skip_manually_added_resources ⇒ Boolean
Returns the value of attribute skip_manually_added_resources.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#v1_app_arn ⇒ ::String
Returns the value of attribute v1_app_arn.
Instance Attribute Details
#associated_systems ⇒ ::Array[Types::AssociatedSystem]
Returns the value of attribute associated_systems.
553 554 555 |
# File 'sig/types.rbs', line 553 def associated_systems @associated_systems end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
555 556 557 |
# File 'sig/types.rbs', line 555 def client_token @client_token end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
551 552 553 |
# File 'sig/types.rbs', line 551 def kms_key_id @kms_key_id end |
#policy_arn ⇒ ::String
Returns the value of attribute policy_arn.
550 551 552 |
# File 'sig/types.rbs', line 550 def policy_arn @policy_arn end |
#skip_manually_added_resources ⇒ Boolean
Returns the value of attribute skip_manually_added_resources.
552 553 554 |
# File 'sig/types.rbs', line 552 def skip_manually_added_resources @skip_manually_added_resources end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
554 555 556 |
# File 'sig/types.rbs', line 554 def @tags end |
#v1_app_arn ⇒ ::String
Returns the value of attribute v1_app_arn.
549 550 551 |
# File 'sig/types.rbs', line 549 def v1_app_arn @v1_app_arn end |