Class: Aws::Types::GetDatabasesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attributes_to_get::Array[("NAME" | "TARGET_DATABASE")]

Returns the value of attribute attributes_to_get.

Returns:

  • (::Array[("NAME" | "TARGET_DATABASE")])


3580
3581
3582
# File 'sig/types.rbs', line 3580

def attributes_to_get
  @attributes_to_get
end

#catalog_id::String

Returns the value of attribute catalog_id.

Returns:

  • (::String)


3576
3577
3578
# File 'sig/types.rbs', line 3576

def catalog_id
  @catalog_id
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


3578
3579
3580
# File 'sig/types.rbs', line 3578

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


3577
3578
3579
# File 'sig/types.rbs', line 3577

def next_token
  @next_token
end

#resource_share_type"FOREIGN", ...

Returns the value of attribute resource_share_type.

Returns:

  • ("FOREIGN", "ALL", "FEDERATED")


3579
3580
3581
# File 'sig/types.rbs', line 3579

def resource_share_type
  @resource_share_type
end