Class: Aws::Types::PutDeliverySourceRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutDeliverySourceRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#delivery_source_configuration ⇒ ::Hash[::String, ::String]
Returns the value of attribute delivery_source_configuration.
-
#log_type ⇒ ::String
Returns the value of attribute log_type.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#delivery_source_configuration ⇒ ::Hash[::String, ::String]
Returns the value of attribute delivery_source_configuration.
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.
1786 1787 1788 |
# File 'sig/types.rbs', line 1786 def log_type @log_type end |
#name ⇒ ::String
Returns the value of attribute name.
1784 1785 1786 |
# File 'sig/types.rbs', line 1784 def name @name end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
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.
1787 1788 1789 |
# File 'sig/types.rbs', line 1787 def @tags end |