Class: Aws::Types::TrafficPolicyInstance

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#hosted_zone_id::String

Returns the value of attribute hosted_zone_id.

Returns:



1469
1470
1471
# File 'sig/types.rbs', line 1469

def hosted_zone_id
  @hosted_zone_id
end

#id::String

Returns the value of attribute id.

Returns:



1468
1469
1470
# File 'sig/types.rbs', line 1468

def id
  @id
end

#message::String

Returns the value of attribute message.

Returns:



1473
1474
1475
# File 'sig/types.rbs', line 1473

def message
  @message
end

#name::String

Returns the value of attribute name.

Returns:



1470
1471
1472
# File 'sig/types.rbs', line 1470

def name
  @name
end

#state::String

Returns the value of attribute state.

Returns:



1472
1473
1474
# File 'sig/types.rbs', line 1472

def state
  @state
end

#traffic_policy_id::String

Returns the value of attribute traffic_policy_id.

Returns:



1474
1475
1476
# File 'sig/types.rbs', line 1474

def traffic_policy_id
  @traffic_policy_id
end

#traffic_policy_type"SOA", ...

Returns the value of attribute traffic_policy_type.

Returns:



1476
1477
1478
# File 'sig/types.rbs', line 1476

def traffic_policy_type
  @traffic_policy_type
end

#traffic_policy_version::Integer

Returns the value of attribute traffic_policy_version.

Returns:



1475
1476
1477
# File 'sig/types.rbs', line 1475

def traffic_policy_version
  @traffic_policy_version
end

#ttl::Integer

Returns the value of attribute ttl.

Returns:



1471
1472
1473
# File 'sig/types.rbs', line 1471

def ttl
  @ttl
end