Module: Aws::Redshift::Client::_RevokeEndpointAccessResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::EndpointAuthorization]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#allowed_all_vp_csBoolean

Returns:

  • (Boolean)


2197
# File 'sig/client.rbs', line 2197

def allowed_all_vp_cs: () -> bool

#allowed_vp_cs::Array[::String]

Returns:

  • (::Array[::String])


2198
# File 'sig/client.rbs', line 2198

def allowed_vp_cs: () -> ::Array[::String]

#authorize_time::Time

Returns:

  • (::Time)


2194
# File 'sig/client.rbs', line 2194

def authorize_time: () -> ::Time

#cluster_identifier::String

Returns:

  • (::String)


2193
# File 'sig/client.rbs', line 2193

def cluster_identifier: () -> ::String

#cluster_status::String

Returns:

  • (::String)


2195
# File 'sig/client.rbs', line 2195

def cluster_status: () -> ::String

#endpoint_count::Integer

Returns:

  • (::Integer)


2199
# File 'sig/client.rbs', line 2199

def endpoint_count: () -> ::Integer

#grantee::String

Returns:

  • (::String)


2192
# File 'sig/client.rbs', line 2192

def grantee: () -> ::String

#grantor::String

Returns:

  • (::String)


2191
# File 'sig/client.rbs', line 2191

def grantor: () -> ::String

#status"Authorized", "Revoking"

Returns:

  • ("Authorized", "Revoking")


2196
# File 'sig/client.rbs', line 2196

def status: () -> ("Authorized" | "Revoking")