Class: Aws::Types::Destination

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#destination_id::String

Returns the value of attribute destination_id.

Returns:

  • (::String)


854
855
856
# File 'sig/types.rbs', line 854

def destination_id
  @destination_id
end

#destination_type"S3"

Returns the value of attribute destination_type.

Returns:

  • ("S3")


855
856
857
# File 'sig/types.rbs', line 855

def destination_type
  @destination_type
end

#status"PENDING_VERIFICATION", ...

Returns the value of attribute status.

Returns:

  • ("PENDING_VERIFICATION", "PUBLISHING", "UNABLE_TO_PUBLISH_FIX_DESTINATION_PROPERTY", "STOPPED")


856
857
858
# File 'sig/types.rbs', line 856

def status
  @status
end