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
2197 |
# File 'sig/client.rbs', line 2197
def allowed_all_vp_cs: () -> bool
|
#allowed_vp_cs ⇒ ::Array[::String]
2198 |
# File 'sig/client.rbs', line 2198
def allowed_vp_cs: () -> ::Array[::String]
|
#authorize_time ⇒ ::Time
2194 |
# File 'sig/client.rbs', line 2194
def authorize_time: () -> ::Time
|
#cluster_identifier ⇒ ::String
2193 |
# File 'sig/client.rbs', line 2193
def cluster_identifier: () -> ::String
|
#cluster_status ⇒ ::String
2195 |
# File 'sig/client.rbs', line 2195
def cluster_status: () -> ::String
|
#endpoint_count ⇒ ::Integer
2199 |
# File 'sig/client.rbs', line 2199
def endpoint_count: () -> ::Integer
|
#grantee ⇒ ::String
2192 |
# File 'sig/client.rbs', line 2192
def grantee: () -> ::String
|
#grantor ⇒ ::String
2191 |
# File 'sig/client.rbs', line 2191
def grantor: () -> ::String
|
#status ⇒ "Authorized", "Revoking"
2196 |
# File 'sig/client.rbs', line 2196
def status: () -> ("Authorized" | "Revoking")
|