Class: Aws::Types::ListPolicyAttachmentsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListPolicyAttachmentsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#consistency_level ⇒ "SERIALIZABLE", "EVENTUAL"
Returns the value of attribute consistency_level.
-
#directory_arn ⇒ ::String
Returns the value of attribute directory_arn.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#policy_reference ⇒ Types::ObjectReference
Returns the value of attribute policy_reference.
Instance Attribute Details
#consistency_level ⇒ "SERIALIZABLE", "EVENTUAL"
Returns the value of attribute consistency_level.
1231 1232 1233 |
# File 'sig/types.rbs', line 1231 def consistency_level @consistency_level end |
#directory_arn ⇒ ::String
Returns the value of attribute directory_arn.
1227 1228 1229 |
# File 'sig/types.rbs', line 1227 def directory_arn @directory_arn end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
1230 1231 1232 |
# File 'sig/types.rbs', line 1230 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1229 1230 1231 |
# File 'sig/types.rbs', line 1229 def next_token @next_token end |
#policy_reference ⇒ Types::ObjectReference
Returns the value of attribute policy_reference.
1228 1229 1230 |
# File 'sig/types.rbs', line 1228 def policy_reference @policy_reference end |