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
1883 |
# File 'sig/client.rbs', line 1883
def address: () -> ::String
|
#cluster_identifier ⇒ ::String
1876 |
# File 'sig/client.rbs', line 1876
def cluster_identifier: () -> ::String
|
#endpoint_create_time ⇒ ::Time
1881 |
# File 'sig/client.rbs', line 1881
def endpoint_create_time: () -> ::Time
|
#endpoint_name ⇒ ::String
1880 |
# File 'sig/client.rbs', line 1880
def endpoint_name: () -> ::String
|
#endpoint_status ⇒ ::String
1879 |
# File 'sig/client.rbs', line 1879
def endpoint_status: () -> ::String
|
#port ⇒ ::Integer
1882 |
# File 'sig/client.rbs', line 1882
def port: () -> ::Integer
|
#resource_owner ⇒ ::String
1877 |
# File 'sig/client.rbs', line 1877
def resource_owner: () -> ::String
|
#subnet_group_name ⇒ ::String
1878 |
# File 'sig/client.rbs', line 1878
def subnet_group_name: () -> ::String
|
#vpc_endpoint ⇒ Types::VpcEndpoint
1885 |
# File 'sig/client.rbs', line 1885
def vpc_endpoint: () -> Types::VpcEndpoint
|
#vpc_security_groups ⇒ ::Array[Types::VpcSecurityGroupMembership]
1884 |
# File 'sig/client.rbs', line 1884
def vpc_security_groups: () -> ::Array[Types::VpcSecurityGroupMembership]
|