Class: Aws::Types::CustomRoutingAccelerator

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#accelerator_arn::String

Returns the value of attribute accelerator_arn.

Returns:

  • (::String)


262
263
264
# File 'sig/types.rbs', line 262

def accelerator_arn
  @accelerator_arn
end

#created_time::Time

Returns the value of attribute created_time.

Returns:

  • (::Time)


269
270
271
# File 'sig/types.rbs', line 269

def created_time
  @created_time
end

#dns_name::String

Returns the value of attribute dns_name.

Returns:

  • (::String)


267
268
269
# File 'sig/types.rbs', line 267

def dns_name
  @dns_name
end

#enabledBoolean

Returns the value of attribute enabled.

Returns:

  • (Boolean)


265
266
267
# File 'sig/types.rbs', line 265

def enabled
  @enabled
end

#ip_address_type"IPV4", "DUAL_STACK"

Returns the value of attribute ip_address_type.

Returns:

  • ("IPV4", "DUAL_STACK")


264
265
266
# File 'sig/types.rbs', line 264

def ip_address_type
  @ip_address_type
end

#ip_sets::Array[Types::IpSet]

Returns the value of attribute ip_sets.

Returns:



266
267
268
# File 'sig/types.rbs', line 266

def ip_sets
  @ip_sets
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


270
271
272
# File 'sig/types.rbs', line 270

def last_modified_time
  @last_modified_time
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


263
264
265
# File 'sig/types.rbs', line 263

def name
  @name
end

#status"DEPLOYED", "IN_PROGRESS"

Returns the value of attribute status.

Returns:

  • ("DEPLOYED", "IN_PROGRESS")


268
269
270
# File 'sig/types.rbs', line 268

def status
  @status
end