Class: Aws::Types::CreateTrafficPolicyInstanceRequest

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:

  • (::String)


278
279
280
# File 'sig/types.rbs', line 278

def hosted_zone_id
  @hosted_zone_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


279
280
281
# File 'sig/types.rbs', line 279

def name
  @name
end

#traffic_policy_id::String

Returns the value of attribute traffic_policy_id.

Returns:

  • (::String)


281
282
283
# File 'sig/types.rbs', line 281

def traffic_policy_id
  @traffic_policy_id
end

#traffic_policy_version::Integer

Returns the value of attribute traffic_policy_version.

Returns:

  • (::Integer)


282
283
284
# File 'sig/types.rbs', line 282

def traffic_policy_version
  @traffic_policy_version
end

#ttl::Integer

Returns the value of attribute ttl.

Returns:

  • (::Integer)


280
281
282
# File 'sig/types.rbs', line 280

def ttl
  @ttl
end