Class: Aws::Types::StartOutpostDecommissionInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#outpost_identifier::String

Returns the value of attribute outpost_identifier.

Returns:

  • (::String)


864
865
866
# File 'sig/types.rbs', line 864

def outpost_identifier
  @outpost_identifier
end

#validate_onlyBoolean

Returns the value of attribute validate_only.

Returns:

  • (Boolean)


865
866
867
# File 'sig/types.rbs', line 865

def validate_only
  @validate_only
end