Class: Aws::Types::DescribePublishingDestinationResponse

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)


844
845
846
# File 'sig/types.rbs', line 844

def destination_id
  @destination_id
end

#destination_propertiesTypes::DestinationProperties

Returns the value of attribute destination_properties.



848
849
850
# File 'sig/types.rbs', line 848

def destination_properties
  @destination_properties
end

#destination_type"S3"

Returns the value of attribute destination_type.

Returns:

  • ("S3")


845
846
847
# File 'sig/types.rbs', line 845

def destination_type
  @destination_type
end

#publishing_failure_start_timestamp::Integer

Returns the value of attribute publishing_failure_start_timestamp.

Returns:

  • (::Integer)


847
848
849
# File 'sig/types.rbs', line 847

def publishing_failure_start_timestamp
  @publishing_failure_start_timestamp
end

#status"PENDING_VERIFICATION", ...

Returns the value of attribute status.

Returns:

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


846
847
848
# File 'sig/types.rbs', line 846

def status
  @status
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


849
850
851
# File 'sig/types.rbs', line 849

def tags
  @tags
end