Module: Aws::Redshift::Client::_AuthorizeEndpointAccessResponseSuccess

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

Instance Method Summary collapse

Instance Method Details

#allowed_all_vp_csBoolean

Returns:

  • (Boolean)


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

def allowed_all_vp_cs: () -> bool

#allowed_vp_cs::Array[::String]

Returns:

  • (::Array[::String])


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

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

#authorize_time::Time

Returns:

  • (::Time)


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

def authorize_time: () -> ::Time

#cluster_identifier::String

Returns:

  • (::String)


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

def cluster_identifier: () -> ::String

#cluster_status::String

Returns:

  • (::String)


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

def cluster_status: () -> ::String

#endpoint_count::Integer

Returns:

  • (::Integer)


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

def endpoint_count: () -> ::Integer

#grantee::String

Returns:

  • (::String)


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

def grantee: () -> ::String

#grantor::String

Returns:

  • (::String)


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

def grantor: () -> ::String

#status"Authorized", "Revoking"

Returns:

  • ("Authorized", "Revoking")


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

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