Module: Aws::Redshift::Client::_DeleteEndpointAccessResponseSuccess
- 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
744 |
# File 'sig/client.rbs', line 744
def address: () -> ::String
|
#cluster_identifier ⇒ ::String
737 |
# File 'sig/client.rbs', line 737
def cluster_identifier: () -> ::String
|
#endpoint_create_time ⇒ ::Time
742 |
# File 'sig/client.rbs', line 742
def endpoint_create_time: () -> ::Time
|
#endpoint_name ⇒ ::String
741 |
# File 'sig/client.rbs', line 741
def endpoint_name: () -> ::String
|
#endpoint_status ⇒ ::String
740 |
# File 'sig/client.rbs', line 740
def endpoint_status: () -> ::String
|
#port ⇒ ::Integer
743 |
# File 'sig/client.rbs', line 743
def port: () -> ::Integer
|
#resource_owner ⇒ ::String
738 |
# File 'sig/client.rbs', line 738
def resource_owner: () -> ::String
|
#subnet_group_name ⇒ ::String
739 |
# File 'sig/client.rbs', line 739
def subnet_group_name: () -> ::String
|
#vpc_endpoint ⇒ Types::VpcEndpoint
746 |
# File 'sig/client.rbs', line 746
def vpc_endpoint: () -> Types::VpcEndpoint
|
#vpc_security_groups ⇒ ::Array[Types::VpcSecurityGroupMembership]
745 |
# File 'sig/client.rbs', line 745
def vpc_security_groups: () -> ::Array[Types::VpcSecurityGroupMembership]
|