Class: Aws::Types::Endpoint
- Inherits:
-
Object
- Object
- Aws::Types::Endpoint
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access_type ⇒ "Private", "CustomerOwnedIp"
Returns the value of attribute access_type.
-
#cidr_block ⇒ ::String
Returns the value of attribute cidr_block.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#customer_owned_ipv_4_pool ⇒ ::String
Returns the value of attribute customer_owned_ipv_4_pool.
-
#endpoint_arn ⇒ ::String
Returns the value of attribute endpoint_arn.
-
#failed_reason ⇒ Types::FailedReason
Returns the value of attribute failed_reason.
-
#network_interfaces ⇒ ::Array[Types::NetworkInterface]
Returns the value of attribute network_interfaces.
-
#outposts_id ⇒ ::String
Returns the value of attribute outposts_id.
-
#security_group_id ⇒ ::String
Returns the value of attribute security_group_id.
-
#status ⇒ "Pending", ...
Returns the value of attribute status.
-
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
-
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
Instance Attribute Details
#access_type ⇒ "Private", "CustomerOwnedIp"
Returns the value of attribute access_type.
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.
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.
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.
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.
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.
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.
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.
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.
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.
45 46 47 |
# File 'sig/types.rbs', line 45 def status @status end |
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
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.
48 49 50 |
# File 'sig/types.rbs', line 48 def vpc_id @vpc_id end |