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")])


3609
3610
3611
# File 'sig/types.rbs', line 3609

def attributes_to_get
  @attributes_to_get
end

#catalog_id::String

Returns the value of attribute catalog_id.

Returns:

  • (::String)


3605
3606
3607
# File 'sig/types.rbs', line 3605

def catalog_id
  @catalog_id
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


3607
3608
3609
# File 'sig/types.rbs', line 3607

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


3606
3607
3608
# File 'sig/types.rbs', line 3606

def next_token
  @next_token
end

#resource_share_type"FOREIGN", ...

Returns the value of attribute resource_share_type.

Returns:

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


3608
3609
3610
# File 'sig/types.rbs', line 3608

def resource_share_type
  @resource_share_type
end