Class: Aws::Outposts::Types::StartOutpostDecommissionOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#blocking_resource_typesArray<String>

The resources still associated with the Outpost that you are decommissioning.

Returns:

  • (Array<String>)


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

#statusString

The status of the decommission request.

Returns:

  • (String)


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