Class: Aws::Types::PutDeliverySourceRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#delivery_source_configuration::Hash[::String, ::String]

Returns the value of attribute delivery_source_configuration.

Returns:

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


1788
1789
1790
# File 'sig/types.rbs', line 1788

def delivery_source_configuration
  @delivery_source_configuration
end

#log_type::String

Returns the value of attribute log_type.

Returns:

  • (::String)


1786
1787
1788
# File 'sig/types.rbs', line 1786

def log_type
  @log_type
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1784
1785
1786
# File 'sig/types.rbs', line 1784

def name
  @name
end

#resource_arn::String

Returns the value of attribute resource_arn.

Returns:

  • (::String)


1785
1786
1787
# File 'sig/types.rbs', line 1785

def resource_arn
  @resource_arn
end

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

Returns the value of attribute tags.

Returns:

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


1787
1788
1789
# File 'sig/types.rbs', line 1787

def tags
  @tags
end