Class: Aws::Types::AccessLogSubscriptionSummary
- Inherits:
-
Object
- Object
- Aws::Types::AccessLogSubscriptionSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#destination_arn ⇒ ::String
Returns the value of attribute destination_arn.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
-
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
-
#service_network_log_type ⇒ "SERVICE", "RESOURCE"
Returns the value of attribute service_network_log_type.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
18 19 20 |
# File 'sig/types.rbs', line 18 def arn @arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
23 24 25 |
# File 'sig/types.rbs', line 23 def created_at @created_at end |
#destination_arn ⇒ ::String
Returns the value of attribute destination_arn.
21 22 23 |
# File 'sig/types.rbs', line 21 def destination_arn @destination_arn end |
#id ⇒ ::String
Returns the value of attribute id.
17 18 19 |
# File 'sig/types.rbs', line 17 def id @id end |
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
24 25 26 |
# File 'sig/types.rbs', line 24 def last_updated_at @last_updated_at end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
20 21 22 |
# File 'sig/types.rbs', line 20 def resource_arn @resource_arn end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
19 20 21 |
# File 'sig/types.rbs', line 19 def resource_id @resource_id end |
#service_network_log_type ⇒ "SERVICE", "RESOURCE"
Returns the value of attribute service_network_log_type.
22 23 24 |
# File 'sig/types.rbs', line 22 def service_network_log_type @service_network_log_type end |