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.
864 865 866 |
# File 'sig/types.rbs', line 864 def outpost_identifier @outpost_identifier end |
#validate_only ⇒ Boolean
Returns the value of attribute validate_only.
865 866 867 |
# File 'sig/types.rbs', line 865 def validate_only @validate_only end |