Module: Aws::Redshift::Client::_RevokeEndpointAccessResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::EndpointAuthorization]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #allowed_all_vp_cs ⇒ Boolean
- #allowed_vp_cs ⇒ ::Array[::String]
- #authorize_time ⇒ ::Time
- #cluster_identifier ⇒ ::String
- #cluster_status ⇒ ::String
- #endpoint_count ⇒ ::Integer
- #grantee ⇒ ::String
- #grantor ⇒ ::String
- #status ⇒ "Authorized", "Revoking"
Instance Method Details
#allowed_all_vp_cs ⇒ Boolean
2245 |
# File 'sig/client.rbs', line 2245
def allowed_all_vp_cs: () -> bool
|
#allowed_vp_cs ⇒ ::Array[::String]
2246 |
# File 'sig/client.rbs', line 2246
def allowed_vp_cs: () -> ::Array[::String]
|
#authorize_time ⇒ ::Time
2242 |
# File 'sig/client.rbs', line 2242
def authorize_time: () -> ::Time
|
#cluster_identifier ⇒ ::String
2241 |
# File 'sig/client.rbs', line 2241
def cluster_identifier: () -> ::String
|
#cluster_status ⇒ ::String
2243 |
# File 'sig/client.rbs', line 2243
def cluster_status: () -> ::String
|
#endpoint_count ⇒ ::Integer
2247 |
# File 'sig/client.rbs', line 2247
def endpoint_count: () -> ::Integer
|
#grantee ⇒ ::String
2240 |
# File 'sig/client.rbs', line 2240
def grantee: () -> ::String
|
#grantor ⇒ ::String
2239 |
# File 'sig/client.rbs', line 2239
def grantor: () -> ::String
|
#status ⇒ "Authorized", "Revoking"
2244 |
# File 'sig/client.rbs', line 2244
def status: () -> ("Authorized" | "Revoking")
|