Class: Aws::Types::StartOutpostDecommissionInput
- Inherits:
-
Object
- Object
- Aws::Types::StartOutpostDecommissionInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#outpost_identifier ⇒ ::String
Returns the value of attribute outpost_identifier.
-
#validate_only ⇒ Boolean
Returns the value of attribute validate_only.
Instance Attribute Details
#outpost_identifier ⇒ ::String
Returns the value of attribute outpost_identifier.
897 898 899 |
# File 'sig/types.rbs', line 897 def outpost_identifier @outpost_identifier end |
#validate_only ⇒ Boolean
Returns the value of attribute validate_only.
898 899 900 |
# File 'sig/types.rbs', line 898 def validate_only @validate_only end |