Class: Aws::Types::GetAccessLogSubscriptionResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetAccessLogSubscriptionResponse
- 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.
515 516 517 |
# File 'sig/types.rbs', line 515 def arn @arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
520 521 522 |
# File 'sig/types.rbs', line 520 def created_at @created_at end |
#destination_arn ⇒ ::String
Returns the value of attribute destination_arn.
518 519 520 |
# File 'sig/types.rbs', line 518 def destination_arn @destination_arn end |
#id ⇒ ::String
Returns the value of attribute id.
514 515 516 |
# File 'sig/types.rbs', line 514 def id @id end |
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
521 522 523 |
# File 'sig/types.rbs', line 521 def last_updated_at @last_updated_at end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
517 518 519 |
# File 'sig/types.rbs', line 517 def resource_arn @resource_arn end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
516 517 518 |
# File 'sig/types.rbs', line 516 def resource_id @resource_id end |
#service_network_log_type ⇒ "SERVICE", "RESOURCE"
Returns the value of attribute service_network_log_type.
519 520 521 |
# File 'sig/types.rbs', line 519 def service_network_log_type @service_network_log_type end |