Module: Aws::MailManager::Client::_GetTrafficPolicyResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetTrafficPolicyResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #created_timestamp ⇒ ::Time
- #default_action ⇒ "ALLOW", "DENY"
- #last_updated_timestamp ⇒ ::Time
- #max_message_size_bytes ⇒ ::Integer
- #policy_statements ⇒ ::Array[Types::PolicyStatement]
- #traffic_policy_arn ⇒ ::String
- #traffic_policy_id ⇒ ::String
- #traffic_policy_name ⇒ ::String
Instance Method Details
#created_timestamp ⇒ ::Time
562 |
# File 'sig/client.rbs', line 562
def created_timestamp: () -> ::Time
|
#default_action ⇒ "ALLOW", "DENY"
561 |
# File 'sig/client.rbs', line 561
def default_action: () -> ("ALLOW" | "DENY")
|
#last_updated_timestamp ⇒ ::Time
563 |
# File 'sig/client.rbs', line 563
def last_updated_timestamp: () -> ::Time
|
#max_message_size_bytes ⇒ ::Integer
560 |
# File 'sig/client.rbs', line 560
def max_message_size_bytes: () -> ::Integer
|
#policy_statements ⇒ ::Array[Types::PolicyStatement]
559 |
# File 'sig/client.rbs', line 559
def policy_statements: () -> ::Array[Types::PolicyStatement]
|
#traffic_policy_arn ⇒ ::String
558 |
# File 'sig/client.rbs', line 558
def traffic_policy_arn: () -> ::String
|
#traffic_policy_id ⇒ ::String
557 |
# File 'sig/client.rbs', line 557
def traffic_policy_id: () -> ::String
|
#traffic_policy_name ⇒ ::String
556 |
# File 'sig/client.rbs', line 556
def traffic_policy_name: () -> ::String
|