Class: Aws::Types::CreateAcceleratorRequest

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:



155
156
157
# File 'sig/types.rbs', line 155

def enabled
  @enabled
end

#idempotency_token::String

Returns the value of attribute idempotency_token.

Returns:



156
157
158
# File 'sig/types.rbs', line 156

def idempotency_token
  @idempotency_token
end

#ip_address_type"IPV4", "DUAL_STACK"

Returns the value of attribute ip_address_type.

Returns:



153
154
155
# File 'sig/types.rbs', line 153

def ip_address_type
  @ip_address_type
end

#ip_addresses::Array[::String]

Returns the value of attribute ip_addresses.

Returns:



154
155
156
# File 'sig/types.rbs', line 154

def ip_addresses
  @ip_addresses
end

#name::String

Returns the value of attribute name.

Returns:



152
153
154
# File 'sig/types.rbs', line 152

def name
  @name
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



157
158
159
# File 'sig/types.rbs', line 157

def tags
  @tags
end