Class: Aws::Types::CreateEndpointRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#access_type ⇒ "Private", "CustomerOwnedIp"

Returns the value of attribute access_type.

Returns:

  • ("Private", "CustomerOwnedIp")


25
26
27
# File 'sig/types.rbs', line 25

def access_type
  @access_type
end

#customer_owned_ipv_4_pool ⇒ ::String

Returns the value of attribute customer_owned_ipv_4_pool.

Returns:

  • (::String)


26
27
28
# File 'sig/types.rbs', line 26

def customer_owned_ipv_4_pool
  @customer_owned_ipv_4_pool
end

#outpost_id ⇒ ::String

Returns the value of attribute outpost_id.

Returns:

  • (::String)


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

def outpost_id
  @outpost_id
end

#security_group_id ⇒ ::String

Returns the value of attribute security_group_id.

Returns:

  • (::String)


24
25
26
# File 'sig/types.rbs', line 24

def security_group_id
  @security_group_id
end

#subnet_id ⇒ ::String

Returns the value of attribute subnet_id.

Returns:

  • (::String)


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

def subnet_id
  @subnet_id
end