Class: Aws::Types::GetTrafficPolicyResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_timestamp::Time

Returns the value of attribute created_timestamp.

Returns:

  • (::Time)


622
623
624
# File 'sig/types.rbs', line 622

def created_timestamp
  @created_timestamp
end

#default_action"ALLOW", "DENY"

Returns the value of attribute default_action.

Returns:

  • ("ALLOW", "DENY")


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.

Returns:

  • (::Time)


623
624
625
# File 'sig/types.rbs', line 623

def last_updated_timestamp
  @last_updated_timestamp
end

#max_message_size_bytes::Integer

Returns the value of attribute max_message_size_bytes.

Returns:

  • (::Integer)


620
621
622
# File 'sig/types.rbs', line 620

def max_message_size_bytes
  @max_message_size_bytes
end

#policy_statements::Array[Types::PolicyStatement]

Returns the value of attribute policy_statements.

Returns:



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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


616
617
618
# File 'sig/types.rbs', line 616

def traffic_policy_name
  @traffic_policy_name
end