Class: Aws::Types::DescribeInstanceProfilesMessage
- Inherits:
-
Object
- Object
- Aws::Types::DescribeInstanceProfilesMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
951 952 953 |
# File 'sig/types.rbs', line 951 def filters @filters end |
#marker ⇒ ::String
Returns the value of attribute marker.
953 954 955 |
# File 'sig/types.rbs', line 953 def marker @marker end |
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
952 953 954 |
# File 'sig/types.rbs', line 952 def max_records @max_records end |