Class: Aws::Outposts::Types::StartOutpostDecommissionOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Outposts::Types::StartOutpostDecommissionOutput
- Defined in:
- gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#blocking_resource_types ⇒ Array<String>
The resources still associated with the Outpost that you are decommissioning.
-
#status ⇒ String
The status of the decommission request.
Instance Attribute Details
#blocking_resource_types ⇒ Array<String>
The resources still associated with the Outpost that you are decommissioning.
2304 2305 2306 2307 2308 2309 |
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 2304 class StartOutpostDecommissionOutput < Struct.new( :status, :blocking_resource_types) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the decommission request.
2304 2305 2306 2307 2308 2309 |
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 2304 class StartOutpostDecommissionOutput < Struct.new( :status, :blocking_resource_types) SENSITIVE = [] include Aws::Structure end |