Class: Aws::Types::CreateCustomRoutingAcceleratorRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#enabledBoolean

Returns the value of attribute enabled.

Returns:

  • (Boolean)


184
185
186
# File 'sig/types.rbs', line 184

def enabled
  @enabled
end

#idempotency_token::String

Returns the value of attribute idempotency_token.

Returns:

  • (::String)


185
186
187
# File 'sig/types.rbs', line 185

def idempotency_token
  @idempotency_token
end

#ip_address_type"IPV4", "DUAL_STACK"

Returns the value of attribute ip_address_type.

Returns:

  • ("IPV4", "DUAL_STACK")


182
183
184
# File 'sig/types.rbs', line 182

def ip_address_type
  @ip_address_type
end

#ip_addresses::Array[::String]

Returns the value of attribute ip_addresses.

Returns:

  • (::Array[::String])


183
184
185
# File 'sig/types.rbs', line 183

def ip_addresses
  @ip_addresses
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


181
182
183
# File 'sig/types.rbs', line 181

def name
  @name
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



186
187
188
# File 'sig/types.rbs', line 186

def tags
  @tags
end