Class: Aws::Types::DeliverySource
- Inherits:
-
Object
- Object
- Aws::Types::DeliverySource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#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_arns ⇒ ::Array[::String]
Returns the value of attribute resource_arns.
-
#service ⇒ ::String
Returns the value of attribute service.
-
#status ⇒ "ACTIVE", "INACTIVE"
Returns the value of attribute status.
-
#status_reason ⇒ "RESOURCE_DELETED"
Returns the value of attribute status_reason.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
471 472 473 |
# File 'sig/types.rbs', line 471 def arn @arn end |
#delivery_source_configuration ⇒ ::Hash[::String, ::String]
Returns the value of attribute delivery_source_configuration.
476 477 478 |
# File 'sig/types.rbs', line 476 def delivery_source_configuration @delivery_source_configuration end |
#log_type ⇒ ::String
Returns the value of attribute log_type.
474 475 476 |
# File 'sig/types.rbs', line 474 def log_type @log_type end |
#name ⇒ ::String
Returns the value of attribute name.
470 471 472 |
# File 'sig/types.rbs', line 470 def name @name end |
#resource_arns ⇒ ::Array[::String]
Returns the value of attribute resource_arns.
472 473 474 |
# File 'sig/types.rbs', line 472 def resource_arns @resource_arns end |
#service ⇒ ::String
Returns the value of attribute service.
473 474 475 |
# File 'sig/types.rbs', line 473 def service @service end |
#status ⇒ "ACTIVE", "INACTIVE"
Returns the value of attribute status.
477 478 479 |
# File 'sig/types.rbs', line 477 def status @status end |
#status_reason ⇒ "RESOURCE_DELETED"
Returns the value of attribute status_reason.
478 479 480 |
# File 'sig/types.rbs', line 478 def status_reason @status_reason end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
475 476 477 |
# File 'sig/types.rbs', line 475 def @tags end |