Class: Aws::Types::GetTrafficPolicyResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetTrafficPolicyResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
-
#default_action ⇒ "ALLOW", "DENY"
Returns the value of attribute default_action.
-
#last_updated_timestamp ⇒ ::Time
Returns the value of attribute last_updated_timestamp.
-
#max_message_size_bytes ⇒ ::Integer
Returns the value of attribute max_message_size_bytes.
-
#policy_statements ⇒ ::Array[Types::PolicyStatement]
Returns the value of attribute policy_statements.
-
#traffic_policy_arn ⇒ ::String
Returns the value of attribute traffic_policy_arn.
-
#traffic_policy_id ⇒ ::String
Returns the value of attribute traffic_policy_id.
-
#traffic_policy_name ⇒ ::String
Returns the value of attribute traffic_policy_name.
Instance Attribute Details
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
622 623 624 |
# File 'sig/types.rbs', line 622 def @created_timestamp end |
#default_action ⇒ "ALLOW", "DENY"
Returns the value of attribute default_action.
621 622 623 |
# File 'sig/types.rbs', line 621 def default_action @default_action end |
#last_updated_timestamp ⇒ ::Time
Returns the value of attribute last_updated_timestamp.
623 624 625 |
# File 'sig/types.rbs', line 623 def @last_updated_timestamp end |
#max_message_size_bytes ⇒ ::Integer
Returns the value of attribute max_message_size_bytes.
620 621 622 |
# File 'sig/types.rbs', line 620 def @max_message_size_bytes end |
#policy_statements ⇒ ::Array[Types::PolicyStatement]
Returns the value of attribute policy_statements.
619 620 621 |
# File 'sig/types.rbs', line 619 def policy_statements @policy_statements end |
#traffic_policy_arn ⇒ ::String
Returns the value of attribute traffic_policy_arn.
618 619 620 |
# File 'sig/types.rbs', line 618 def traffic_policy_arn @traffic_policy_arn end |
#traffic_policy_id ⇒ ::String
Returns the value of attribute traffic_policy_id.
617 618 619 |
# File 'sig/types.rbs', line 617 def traffic_policy_id @traffic_policy_id end |
#traffic_policy_name ⇒ ::String
Returns the value of attribute traffic_policy_name.
616 617 618 |
# File 'sig/types.rbs', line 616 def traffic_policy_name @traffic_policy_name end |