Module: Aws::Redshift::Client::_ModifyEndpointAccessResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::EndpointAccess]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #address ⇒ ::String
- #cluster_identifier ⇒ ::String
- #endpoint_create_time ⇒ ::Time
- #endpoint_name ⇒ ::String
- #endpoint_status ⇒ ::String
- #port ⇒ ::Integer
- #resource_owner ⇒ ::String
- #subnet_group_name ⇒ ::String
- #vpc_endpoint ⇒ Types::VpcEndpoint
- #vpc_security_groups ⇒ ::Array[Types::VpcSecurityGroupMembership]
Instance Method Details
#address ⇒ ::String
1839 |
# File 'sig/client.rbs', line 1839
def address: () -> ::String
|
#cluster_identifier ⇒ ::String
1832 |
# File 'sig/client.rbs', line 1832
def cluster_identifier: () -> ::String
|
#endpoint_create_time ⇒ ::Time
1837 |
# File 'sig/client.rbs', line 1837
def endpoint_create_time: () -> ::Time
|
#endpoint_name ⇒ ::String
1836 |
# File 'sig/client.rbs', line 1836
def endpoint_name: () -> ::String
|
#endpoint_status ⇒ ::String
1835 |
# File 'sig/client.rbs', line 1835
def endpoint_status: () -> ::String
|
#port ⇒ ::Integer
1838 |
# File 'sig/client.rbs', line 1838
def port: () -> ::Integer
|
#resource_owner ⇒ ::String
1833 |
# File 'sig/client.rbs', line 1833
def resource_owner: () -> ::String
|
#subnet_group_name ⇒ ::String
1834 |
# File 'sig/client.rbs', line 1834
def subnet_group_name: () -> ::String
|
#vpc_endpoint ⇒ Types::VpcEndpoint
1841 |
# File 'sig/client.rbs', line 1841
def vpc_endpoint: () -> Types::VpcEndpoint
|
#vpc_security_groups ⇒ ::Array[Types::VpcSecurityGroupMembership]
1840 |
# File 'sig/client.rbs', line 1840
def vpc_security_groups: () -> ::Array[Types::VpcSecurityGroupMembership]
|