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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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>)


3223
3224
3225
3226
3227
3228
# File 'lib/aws-sdk-outposts/types.rb', line 3223

class StartOutpostDecommissionOutput < Struct.new(
  :status,
  :blocking_resource_types)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the decommission request.

Returns:

  • (String)


3223
3224
3225
3226
3227
3228
# File 'lib/aws-sdk-outposts/types.rb', line 3223

class StartOutpostDecommissionOutput < Struct.new(
  :status,
  :blocking_resource_types)
  SENSITIVE = []
  include Aws::Structure
end