Module: Aws::Redshift::Client::_CreateEndpointAccessResponseSuccess
- 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
417 |
# File 'sig/client.rbs', line 417
def address: () -> ::String
|
#cluster_identifier ⇒ ::String
410 |
# File 'sig/client.rbs', line 410
def cluster_identifier: () -> ::String
|
#endpoint_create_time ⇒ ::Time
415 |
# File 'sig/client.rbs', line 415
def endpoint_create_time: () -> ::Time
|
#endpoint_name ⇒ ::String
414 |
# File 'sig/client.rbs', line 414
def endpoint_name: () -> ::String
|
#endpoint_status ⇒ ::String
413 |
# File 'sig/client.rbs', line 413
def endpoint_status: () -> ::String
|
#port ⇒ ::Integer
416 |
# File 'sig/client.rbs', line 416
def port: () -> ::Integer
|
#resource_owner ⇒ ::String
411 |
# File 'sig/client.rbs', line 411
def resource_owner: () -> ::String
|
#subnet_group_name ⇒ ::String
412 |
# File 'sig/client.rbs', line 412
def subnet_group_name: () -> ::String
|
#vpc_endpoint ⇒ Types::VpcEndpoint
419 |
# File 'sig/client.rbs', line 419
def vpc_endpoint: () -> Types::VpcEndpoint
|
#vpc_security_groups ⇒ ::Array[Types::VpcSecurityGroupMembership]
418 |
# File 'sig/client.rbs', line 418
def vpc_security_groups: () -> ::Array[Types::VpcSecurityGroupMembership]
|