Class: Aws::Types::Accelerator

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)


12
13
14
# File 'sig/types.rbs', line 12

def accelerator_arn
  @accelerator_arn
end

#created_time::Time

Returns the value of attribute created_time.

Returns:

  • (::Time)


19
20
21
# File 'sig/types.rbs', line 19

def created_time
  @created_time
end

#dns_name::String

Returns the value of attribute dns_name.

Returns:

  • (::String)


17
18
19
# File 'sig/types.rbs', line 17

def dns_name
  @dns_name
end

#dual_stack_dns_name::String

Returns the value of attribute dual_stack_dns_name.

Returns:

  • (::String)


21
22
23
# File 'sig/types.rbs', line 21

def dual_stack_dns_name
  @dual_stack_dns_name
end

#enabledBoolean

Returns the value of attribute enabled.

Returns:

  • (Boolean)


15
16
17
# File 'sig/types.rbs', line 15

def enabled
  @enabled
end

#events::Array[Types::AcceleratorEvent]

Returns the value of attribute events.

Returns:



22
23
24
# File 'sig/types.rbs', line 22

def events
  @events
end

#ip_address_type"IPV4", "DUAL_STACK"

Returns the value of attribute ip_address_type.

Returns:

  • ("IPV4", "DUAL_STACK")


14
15
16
# File 'sig/types.rbs', line 14

def ip_address_type
  @ip_address_type
end

#ip_sets::Array[Types::IpSet]

Returns the value of attribute ip_sets.

Returns:



16
17
18
# File 'sig/types.rbs', line 16

def ip_sets
  @ip_sets
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


20
21
22
# File 'sig/types.rbs', line 20

def last_modified_time
  @last_modified_time
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


13
14
15
# File 'sig/types.rbs', line 13

def name
  @name
end

#status"DEPLOYED", "IN_PROGRESS"

Returns the value of attribute status.

Returns:

  • ("DEPLOYED", "IN_PROGRESS")


18
19
20
# File 'sig/types.rbs', line 18

def status
  @status
end