Class: Aws::Types::CreateTrafficPolicyRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


266
267
268
# File 'sig/types.rbs', line 266

def client_token
  @client_token
end

#default_action"ALLOW", "DENY"

Returns the value of attribute default_action.

Returns:

  • ("ALLOW", "DENY")


269
270
271
# File 'sig/types.rbs', line 269

def default_action
  @default_action
end

#max_message_size_bytes::Integer

Returns the value of attribute max_message_size_bytes.

Returns:

  • (::Integer)


270
271
272
# File 'sig/types.rbs', line 270

def max_message_size_bytes
  @max_message_size_bytes
end

#policy_statements::Array[Types::PolicyStatement]

Returns the value of attribute policy_statements.

Returns:



268
269
270
# File 'sig/types.rbs', line 268

def policy_statements
  @policy_statements
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



271
272
273
# File 'sig/types.rbs', line 271

def tags
  @tags
end

#traffic_policy_name::String

Returns the value of attribute traffic_policy_name.

Returns:

  • (::String)


267
268
269
# File 'sig/types.rbs', line 267

def traffic_policy_name
  @traffic_policy_name
end