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
1876 |
# File 'sig/client.rbs', line 1876
def address: () -> ::String
|
#cluster_identifier ⇒ ::String
1869 |
# File 'sig/client.rbs', line 1869
def cluster_identifier: () -> ::String
|
#endpoint_create_time ⇒ ::Time
1874 |
# File 'sig/client.rbs', line 1874
def endpoint_create_time: () -> ::Time
|
#endpoint_name ⇒ ::String
1873 |
# File 'sig/client.rbs', line 1873
def endpoint_name: () -> ::String
|
#endpoint_status ⇒ ::String
1872 |
# File 'sig/client.rbs', line 1872
def endpoint_status: () -> ::String
|
#port ⇒ ::Integer
1875 |
# File 'sig/client.rbs', line 1875
def port: () -> ::Integer
|
#resource_owner ⇒ ::String
1870 |
# File 'sig/client.rbs', line 1870
def resource_owner: () -> ::String
|
#subnet_group_name ⇒ ::String
1871 |
# File 'sig/client.rbs', line 1871
def subnet_group_name: () -> ::String
|
#vpc_endpoint ⇒ Types::VpcEndpoint
1878 |
# File 'sig/client.rbs', line 1878
def vpc_endpoint: () -> Types::VpcEndpoint
|
#vpc_security_groups ⇒ ::Array[Types::VpcSecurityGroupMembership]
1877 |
# File 'sig/client.rbs', line 1877
def vpc_security_groups: () -> ::Array[Types::VpcSecurityGroupMembership]
|