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


3599
3600
3601
# File 'sig/types.rbs', line 3599

def attributes_to_get
  @attributes_to_get
end

#catalog_id::String

Returns the value of attribute catalog_id.

Returns:

  • (::String)


3595
3596
3597
# File 'sig/types.rbs', line 3595

def catalog_id
  @catalog_id
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


3597
3598
3599
# File 'sig/types.rbs', line 3597

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


3596
3597
3598
# File 'sig/types.rbs', line 3596

def next_token
  @next_token
end

#resource_share_type"FOREIGN", ...

Returns the value of attribute resource_share_type.

Returns:

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


3598
3599
3600
# File 'sig/types.rbs', line 3598

def resource_share_type
  @resource_share_type
end