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)


894
895
896
# File 'sig/types.rbs', line 894

def outpost_identifier
  @outpost_identifier
end

#validate_onlyBoolean

Returns the value of attribute validate_only.

Returns:

  • (Boolean)


895
896
897
# File 'sig/types.rbs', line 895

def validate_only
  @validate_only
end