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)


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

def allowed_all_vp_cs: () -> bool

#allowed_vp_cs::Array[::String]

Returns:

  • (::Array[::String])


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

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

#authorize_time::Time

Returns:

  • (::Time)


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

def authorize_time: () -> ::Time

#cluster_identifier::String

Returns:

  • (::String)


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

def cluster_identifier: () -> ::String

#cluster_status::String

Returns:

  • (::String)


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

def cluster_status: () -> ::String

#endpoint_count::Integer

Returns:

  • (::Integer)


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

def endpoint_count: () -> ::Integer

#grantee::String

Returns:

  • (::String)


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

def grantee: () -> ::String

#grantor::String

Returns:

  • (::String)


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

def grantor: () -> ::String

#status"Authorized", "Revoking"

Returns:

  • ("Authorized", "Revoking")


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

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