Class: Aws::Types::BundleInstanceRequest
- Inherits:
-
Object
- Object
- Aws::Types::BundleInstanceRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#storage ⇒ Types::Storage
Returns the value of attribute storage.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
1092 1093 1094 |
# File 'sig/types.rbs', line 1092 def dry_run @dry_run end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
1090 1091 1092 |
# File 'sig/types.rbs', line 1090 def instance_id @instance_id end |
#storage ⇒ Types::Storage
Returns the value of attribute storage.
1091 1092 1093 |
# File 'sig/types.rbs', line 1091 def storage @storage end |