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
762 |
# File 'sig/client.rbs', line 762
def address: () -> ::String
|
#cluster_identifier ⇒ ::String
755 |
# File 'sig/client.rbs', line 755
def cluster_identifier: () -> ::String
|
#endpoint_create_time ⇒ ::Time
760 |
# File 'sig/client.rbs', line 760
def endpoint_create_time: () -> ::Time
|
#endpoint_name ⇒ ::String
759 |
# File 'sig/client.rbs', line 759
def endpoint_name: () -> ::String
|
#endpoint_status ⇒ ::String
758 |
# File 'sig/client.rbs', line 758
def endpoint_status: () -> ::String
|
#port ⇒ ::Integer
761 |
# File 'sig/client.rbs', line 761
def port: () -> ::Integer
|
#resource_owner ⇒ ::String
756 |
# File 'sig/client.rbs', line 756
def resource_owner: () -> ::String
|
#subnet_group_name ⇒ ::String
757 |
# File 'sig/client.rbs', line 757
def subnet_group_name: () -> ::String
|
#vpc_endpoint ⇒ Types::VpcEndpoint
764 |
# File 'sig/client.rbs', line 764
def vpc_endpoint: () -> Types::VpcEndpoint
|
#vpc_security_groups ⇒ ::Array[Types::VpcSecurityGroupMembership]
763 |
# File 'sig/client.rbs', line 763
def vpc_security_groups: () -> ::Array[Types::VpcSecurityGroupMembership]
|