Class: Aws::Types::DescribeTableRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_identifier::String

Returns the value of attribute cluster_identifier.

Returns:

  • (::String)


132
133
134
# File 'sig/types.rbs', line 132

def cluster_identifier
  @cluster_identifier
end

#connected_database::String

Returns the value of attribute connected_database.

Returns:

  • (::String)


136
137
138
# File 'sig/types.rbs', line 136

def connected_database
  @connected_database
end

#database::String

Returns the value of attribute database.

Returns:

  • (::String)


135
136
137
# File 'sig/types.rbs', line 135

def database
  @database
end

#db_user::String

Returns the value of attribute db_user.

Returns:

  • (::String)


134
135
136
# File 'sig/types.rbs', line 134

def db_user
  @db_user
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


140
141
142
# File 'sig/types.rbs', line 140

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


139
140
141
# File 'sig/types.rbs', line 139

def next_token
  @next_token
end

#schema::String

Returns the value of attribute schema.

Returns:

  • (::String)


137
138
139
# File 'sig/types.rbs', line 137

def schema
  @schema
end

#secret_arn::String

Returns the value of attribute secret_arn.

Returns:

  • (::String)


133
134
135
# File 'sig/types.rbs', line 133

def secret_arn
  @secret_arn
end

#table::String

Returns the value of attribute table.

Returns:

  • (::String)


138
139
140
# File 'sig/types.rbs', line 138

def table
  @table
end

#workgroup_name::String

Returns the value of attribute workgroup_name.

Returns:

  • (::String)


141
142
143
# File 'sig/types.rbs', line 141

def workgroup_name
  @workgroup_name
end