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)


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

def allowed_all_vp_cs: () -> bool

#allowed_vp_cs::Array[::String]

Returns:

  • (::Array[::String])


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

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

#authorize_time::Time

Returns:

  • (::Time)


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

def authorize_time: () -> ::Time

#cluster_identifier::String

Returns:

  • (::String)


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

def cluster_identifier: () -> ::String

#cluster_status::String

Returns:

  • (::String)


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

def cluster_status: () -> ::String

#endpoint_count::Integer

Returns:

  • (::Integer)


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

def endpoint_count: () -> ::Integer

#grantee::String

Returns:

  • (::String)


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

def grantee: () -> ::String

#grantor::String

Returns:

  • (::String)


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

def grantor: () -> ::String

#status"Authorized", "Revoking"

Returns:

  • ("Authorized", "Revoking")


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

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