Class: Aws::Types::UpdateTrafficPolicyRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#default_action"ALLOW", "DENY"

Returns the value of attribute default_action.

Returns:



1531
1532
1533
# File 'sig/types.rbs', line 1531

def default_action
  @default_action
end

#max_message_size_bytes::Integer

Returns the value of attribute max_message_size_bytes.

Returns:



1532
1533
1534
# File 'sig/types.rbs', line 1532

def max_message_size_bytes
  @max_message_size_bytes
end

#policy_statements::Array[Types::PolicyStatement]

Returns the value of attribute policy_statements.

Returns:



1530
1531
1532
# File 'sig/types.rbs', line 1530

def policy_statements
  @policy_statements
end

#traffic_policy_id::String

Returns the value of attribute traffic_policy_id.

Returns:



1528
1529
1530
# File 'sig/types.rbs', line 1528

def traffic_policy_id
  @traffic_policy_id
end

#traffic_policy_name::String

Returns the value of attribute traffic_policy_name.

Returns:



1529
1530
1531
# File 'sig/types.rbs', line 1529

def traffic_policy_name
  @traffic_policy_name
end