Class: Aws::Types::DescribeDBSubnetGroupsMessage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#db_subnet_group_name::String

Returns the value of attribute db_subnet_group_name.

Returns:

  • (::String)


655
656
657
# File 'sig/types.rbs', line 655

def db_subnet_group_name
  @db_subnet_group_name
end

#filters::Array[Types::Filter]

Returns the value of attribute filters.

Returns:



656
657
658
# File 'sig/types.rbs', line 656

def filters
  @filters
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


658
659
660
# File 'sig/types.rbs', line 658

def marker
  @marker
end

#max_records::Integer

Returns the value of attribute max_records.

Returns:

  • (::Integer)


657
658
659
# File 'sig/types.rbs', line 657

def max_records
  @max_records
end