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.
2444 2445 2446 2447 2448 2449 |
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 2444 class StartOutpostDecommissionOutput < Struct.new( :status, :blocking_resource_types) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the decommission request.
2444 2445 2446 2447 2448 2449 |
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 2444 class StartOutpostDecommissionOutput < Struct.new( :status, :blocking_resource_types) SENSITIVE = [] include Aws::Structure end |