Class: Aws::Types::CreatePublishingDestinationRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


562
563
564
# File 'sig/types.rbs', line 562

def client_token
  @client_token
end

#destination_propertiesTypes::DestinationProperties

Returns the value of attribute destination_properties.



561
562
563
# File 'sig/types.rbs', line 561

def destination_properties
  @destination_properties
end

#destination_type"S3"

Returns the value of attribute destination_type.

Returns:

  • ("S3")


560
561
562
# File 'sig/types.rbs', line 560

def destination_type
  @destination_type
end

#detector_id::String

Returns the value of attribute detector_id.

Returns:

  • (::String)


559
560
561
# File 'sig/types.rbs', line 559

def detector_id
  @detector_id
end

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

Returns the value of attribute tags.

Returns:

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


563
564
565
# File 'sig/types.rbs', line 563

def tags
  @tags
end