Class: Aws::Types::DescribeDBSecurityGroupsMessage
- Inherits:
-
Object
- Object
- Aws::Types::DescribeDBSecurityGroupsMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#db_security_group_name ⇒ ::String
Returns the value of attribute db_security_group_name.
-
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
Instance Attribute Details
#db_security_group_name ⇒ ::String
Returns the value of attribute db_security_group_name.
2198 2199 2200 |
# File 'sig/types.rbs', line 2198 def db_security_group_name @db_security_group_name end |
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
2199 2200 2201 |
# File 'sig/types.rbs', line 2199 def filters @filters end |
#marker ⇒ ::String
Returns the value of attribute marker.
2201 2202 2203 |
# File 'sig/types.rbs', line 2201 def marker @marker end |
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
2200 2201 2202 |
# File 'sig/types.rbs', line 2200 def max_records @max_records end |