Class: Aws::Types::EndpointAccess
- Inherits:
-
Object
- Object
- Aws::Types::EndpointAccess
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#address ⇒ ::String
Returns the value of attribute address.
-
#cluster_identifier ⇒ ::String
Returns the value of attribute cluster_identifier.
-
#endpoint_create_time ⇒ ::Time
Returns the value of attribute endpoint_create_time.
-
#endpoint_name ⇒ ::String
Returns the value of attribute endpoint_name.
-
#endpoint_status ⇒ ::String
Returns the value of attribute endpoint_status.
-
#port ⇒ ::Integer
Returns the value of attribute port.
-
#resource_owner ⇒ ::String
Returns the value of attribute resource_owner.
-
#subnet_group_name ⇒ ::String
Returns the value of attribute subnet_group_name.
-
#vpc_endpoint ⇒ Types::VpcEndpoint
Returns the value of attribute vpc_endpoint.
-
#vpc_security_groups ⇒ ::Array[Types::VpcSecurityGroupMembership]
Returns the value of attribute vpc_security_groups.
Instance Attribute Details
#address ⇒ ::String
Returns the value of attribute address.
1453 1454 1455 |
# File 'sig/types.rbs', line 1453 def address @address end |
#cluster_identifier ⇒ ::String
Returns the value of attribute cluster_identifier.
1446 1447 1448 |
# File 'sig/types.rbs', line 1446 def cluster_identifier @cluster_identifier end |
#endpoint_create_time ⇒ ::Time
Returns the value of attribute endpoint_create_time.
1451 1452 1453 |
# File 'sig/types.rbs', line 1451 def endpoint_create_time @endpoint_create_time end |
#endpoint_name ⇒ ::String
Returns the value of attribute endpoint_name.
1450 1451 1452 |
# File 'sig/types.rbs', line 1450 def endpoint_name @endpoint_name end |
#endpoint_status ⇒ ::String
Returns the value of attribute endpoint_status.
1449 1450 1451 |
# File 'sig/types.rbs', line 1449 def endpoint_status @endpoint_status end |
#port ⇒ ::Integer
Returns the value of attribute port.
1452 1453 1454 |
# File 'sig/types.rbs', line 1452 def port @port end |
#resource_owner ⇒ ::String
Returns the value of attribute resource_owner.
1447 1448 1449 |
# File 'sig/types.rbs', line 1447 def resource_owner @resource_owner end |
#subnet_group_name ⇒ ::String
Returns the value of attribute subnet_group_name.
1448 1449 1450 |
# File 'sig/types.rbs', line 1448 def subnet_group_name @subnet_group_name end |
#vpc_endpoint ⇒ Types::VpcEndpoint
Returns the value of attribute vpc_endpoint.
1455 1456 1457 |
# File 'sig/types.rbs', line 1455 def vpc_endpoint @vpc_endpoint end |
#vpc_security_groups ⇒ ::Array[Types::VpcSecurityGroupMembership]
Returns the value of attribute vpc_security_groups.
1454 1455 1456 |
# File 'sig/types.rbs', line 1454 def vpc_security_groups @vpc_security_groups end |