Module: Aws::Redshift::Client::_AuthorizeEndpointAccessResponseSuccess
- 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
163 |
# File 'sig/client.rbs', line 163 def allowed_all_vp_cs: () -> bool |
#allowed_vp_cs ⇒ ::Array[::String]
164 |
# File 'sig/client.rbs', line 164 def allowed_vp_cs: () -> ::Array[::String] |
#authorize_time ⇒ ::Time
160 |
# File 'sig/client.rbs', line 160 def authorize_time: () -> ::Time |
#cluster_identifier ⇒ ::String
159 |
# File 'sig/client.rbs', line 159 def cluster_identifier: () -> ::String |
#cluster_status ⇒ ::String
161 |
# File 'sig/client.rbs', line 161 def cluster_status: () -> ::String |
#endpoint_count ⇒ ::Integer
165 |
# File 'sig/client.rbs', line 165 def endpoint_count: () -> ::Integer |
#grantee ⇒ ::String
158 |
# File 'sig/client.rbs', line 158 def grantee: () -> ::String |
#grantor ⇒ ::String
157 |
# File 'sig/client.rbs', line 157 def grantor: () -> ::String |
#status ⇒ "Authorized", "Revoking"
162 |
# File 'sig/client.rbs', line 162 def status: () -> ("Authorized" | "Revoking") |