Class: Aws::Types::Endpoint

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")


51
52
53
# File 'sig/types.rbs', line 51

def access_type
  @access_type
end

#cidr_block ⇒ ::String

Returns the value of attribute cidr_block.

Returns:

  • (::String)


44
45
46
# File 'sig/types.rbs', line 44

def cidr_block
  @cidr_block
end

#creation_time ⇒ ::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


46
47
48
# File 'sig/types.rbs', line 46

def creation_time
  @creation_time
end

#customer_owned_ipv_4_pool ⇒ ::String

Returns the value of attribute customer_owned_ipv_4_pool.

Returns:

  • (::String)


52
53
54
# File 'sig/types.rbs', line 52

def customer_owned_ipv_4_pool
  @customer_owned_ipv_4_pool
end

#endpoint_arn ⇒ ::String

Returns the value of attribute endpoint_arn.

Returns:

  • (::String)


42
43
44
# File 'sig/types.rbs', line 42

def endpoint_arn
  @endpoint_arn
end

#failed_reason ⇒ Types::FailedReason

Returns the value of attribute failed_reason.

Returns:



53
54
55
# File 'sig/types.rbs', line 53

def failed_reason
  @failed_reason
end

#network_interfaces ⇒ ::Array[Types::NetworkInterface]

Returns the value of attribute network_interfaces.

Returns:



47
48
49
# File 'sig/types.rbs', line 47

def network_interfaces
  @network_interfaces
end

#outposts_id ⇒ ::String

Returns the value of attribute outposts_id.

Returns:

  • (::String)


43
44
45
# File 'sig/types.rbs', line 43

def outposts_id
  @outposts_id
end

#security_group_id ⇒ ::String

Returns the value of attribute security_group_id.

Returns:

  • (::String)


50
51
52
# File 'sig/types.rbs', line 50

def security_group_id
  @security_group_id
end

#status ⇒ "Pending", ...

Returns the value of attribute status.

Returns:

  • ("Pending", "Available", "Deleting", "Create_Failed", "Delete_Failed")


45
46
47
# File 'sig/types.rbs', line 45

def status
  @status
end

#subnet_id ⇒ ::String

Returns the value of attribute subnet_id.

Returns:

  • (::String)


49
50
51
# File 'sig/types.rbs', line 49

def subnet_id
  @subnet_id
end

#vpc_id ⇒ ::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


48
49
50
# File 'sig/types.rbs', line 48

def vpc_id
  @vpc_id
end