Class: Aws::Types::FlowLog
- Inherits:
-
Object
- Object
- Aws::Types::FlowLog
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#deliver_cross_account_role ⇒ ::String
Returns the value of attribute deliver_cross_account_role.
-
#deliver_logs_error_message ⇒ ::String
Returns the value of attribute deliver_logs_error_message.
-
#deliver_logs_permission_arn ⇒ ::String
Returns the value of attribute deliver_logs_permission_arn.
-
#deliver_logs_status ⇒ ::String
Returns the value of attribute deliver_logs_status.
-
#destination_options ⇒ Types::DestinationOptionsResponse
Returns the value of attribute destination_options.
-
#flow_log_id ⇒ ::String
Returns the value of attribute flow_log_id.
-
#flow_log_status ⇒ ::String
Returns the value of attribute flow_log_status.
-
#log_destination ⇒ ::String
Returns the value of attribute log_destination.
-
#log_destination_type ⇒ "cloud-watch-logs", ...
Returns the value of attribute log_destination_type.
-
#log_format ⇒ ::String
Returns the value of attribute log_format.
-
#log_group_name ⇒ ::String
Returns the value of attribute log_group_name.
-
#max_aggregation_interval ⇒ ::Integer
Returns the value of attribute max_aggregation_interval.
-
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
-
#tag_field_specifications ⇒ ::Array[Types::TagFieldSpecificationResponse]
Returns the value of attribute tag_field_specifications.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#traffic_type ⇒ "ACCEPT", ...
Returns the value of attribute traffic_type.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
9550 9551 9552 |
# File 'sig/types.rbs', line 9550 def creation_time @creation_time end |
#deliver_cross_account_role ⇒ ::String
Returns the value of attribute deliver_cross_account_role.
9553 9554 9555 |
# File 'sig/types.rbs', line 9553 def deliver_cross_account_role @deliver_cross_account_role end |
#deliver_logs_error_message ⇒ ::String
Returns the value of attribute deliver_logs_error_message.
9551 9552 9553 |
# File 'sig/types.rbs', line 9551 def @deliver_logs_error_message end |
#deliver_logs_permission_arn ⇒ ::String
Returns the value of attribute deliver_logs_permission_arn.
9552 9553 9554 |
# File 'sig/types.rbs', line 9552 def @deliver_logs_permission_arn end |
#deliver_logs_status ⇒ ::String
Returns the value of attribute deliver_logs_status.
9554 9555 9556 |
# File 'sig/types.rbs', line 9554 def deliver_logs_status @deliver_logs_status end |
#destination_options ⇒ Types::DestinationOptionsResponse
Returns the value of attribute destination_options.
9565 9566 9567 |
# File 'sig/types.rbs', line 9565 def @destination_options end |
#flow_log_id ⇒ ::String
Returns the value of attribute flow_log_id.
9555 9556 9557 |
# File 'sig/types.rbs', line 9555 def flow_log_id @flow_log_id end |
#flow_log_status ⇒ ::String
Returns the value of attribute flow_log_status.
9556 9557 9558 |
# File 'sig/types.rbs', line 9556 def flow_log_status @flow_log_status end |
#log_destination ⇒ ::String
Returns the value of attribute log_destination.
9561 9562 9563 |
# File 'sig/types.rbs', line 9561 def log_destination @log_destination end |
#log_destination_type ⇒ "cloud-watch-logs", ...
Returns the value of attribute log_destination_type.
9560 9561 9562 |
# File 'sig/types.rbs', line 9560 def log_destination_type @log_destination_type end |
#log_format ⇒ ::String
Returns the value of attribute log_format.
9562 9563 9564 |
# File 'sig/types.rbs', line 9562 def log_format @log_format end |
#log_group_name ⇒ ::String
Returns the value of attribute log_group_name.
9557 9558 9559 |
# File 'sig/types.rbs', line 9557 def log_group_name @log_group_name end |
#max_aggregation_interval ⇒ ::Integer
Returns the value of attribute max_aggregation_interval.
9564 9565 9566 |
# File 'sig/types.rbs', line 9564 def max_aggregation_interval @max_aggregation_interval end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
9558 9559 9560 |
# File 'sig/types.rbs', line 9558 def resource_id @resource_id end |
#tag_field_specifications ⇒ ::Array[Types::TagFieldSpecificationResponse]
Returns the value of attribute tag_field_specifications.
9566 9567 9568 |
# File 'sig/types.rbs', line 9566 def tag_field_specifications @tag_field_specifications end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
9563 9564 9565 |
# File 'sig/types.rbs', line 9563 def @tags end |
#traffic_type ⇒ "ACCEPT", ...
Returns the value of attribute traffic_type.
9559 9560 9561 |
# File 'sig/types.rbs', line 9559 def traffic_type @traffic_type end |