Class: Aws::Types::DescribePoliciesType
- Inherits:
-
Object
- Object
- Aws::Types::DescribePoliciesType
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auto_scaling_group_name ⇒ ::String
Returns the value of attribute auto_scaling_group_name.
-
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#policy_names ⇒ ::Array[::String]
Returns the value of attribute policy_names.
-
#policy_types ⇒ ::Array[::String]
Returns the value of attribute policy_types.
Instance Attribute Details
#auto_scaling_group_name ⇒ ::String
Returns the value of attribute auto_scaling_group_name.
518 519 520 |
# File 'sig/types.rbs', line 518 def auto_scaling_group_name @auto_scaling_group_name end |
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
522 523 524 |
# File 'sig/types.rbs', line 522 def max_records @max_records end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
521 522 523 |
# File 'sig/types.rbs', line 521 def next_token @next_token end |
#policy_names ⇒ ::Array[::String]
Returns the value of attribute policy_names.
519 520 521 |
# File 'sig/types.rbs', line 519 def policy_names @policy_names end |
#policy_types ⇒ ::Array[::String]
Returns the value of attribute policy_types.
520 521 522 |
# File 'sig/types.rbs', line 520 def policy_types @policy_types end |