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.
574 575 576 |
# File 'sig/types.rbs', line 574 def associated_systems @associated_systems end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
576 577 578 |
# File 'sig/types.rbs', line 576 def client_token @client_token end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
572 573 574 |
# File 'sig/types.rbs', line 572 def kms_key_id @kms_key_id end |
#policy_arn ⇒ ::String
Returns the value of attribute policy_arn.
571 572 573 |
# File 'sig/types.rbs', line 571 def policy_arn @policy_arn end |
#skip_manually_added_resources ⇒ Boolean
Returns the value of attribute skip_manually_added_resources.
573 574 575 |
# File 'sig/types.rbs', line 573 def skip_manually_added_resources @skip_manually_added_resources end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
575 576 577 |
# File 'sig/types.rbs', line 575 def @tags end |
#v1_app_arn ⇒ ::String
Returns the value of attribute v1_app_arn.
570 571 572 |
# File 'sig/types.rbs', line 570 def v1_app_arn @v1_app_arn end |