Class: Aws::Types::ListKeyPoliciesResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListKeyPoliciesResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_marker ⇒ ::String
Returns the value of attribute next_marker.
-
#policy_names ⇒ ::Array[::String]
Returns the value of attribute policy_names.
-
#truncated ⇒ Boolean
Returns the value of attribute truncated.
Instance Attribute Details
#next_marker ⇒ ::String
Returns the value of attribute next_marker.
715 716 717 |
# File 'sig/types.rbs', line 715 def next_marker @next_marker end |
#policy_names ⇒ ::Array[::String]
Returns the value of attribute policy_names.
714 715 716 |
# File 'sig/types.rbs', line 714 def policy_names @policy_names end |
#truncated ⇒ Boolean
Returns the value of attribute truncated.
716 717 718 |
# File 'sig/types.rbs', line 716 def truncated @truncated end |