Class: Aws::Types::AwsIamPolicyDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsIamPolicyDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attachment_count ⇒ ::Integer
Returns the value of attribute attachment_count.
-
#create_date ⇒ ::String
Returns the value of attribute create_date.
-
#default_version_id ⇒ ::String
Returns the value of attribute default_version_id.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#is_attachable ⇒ Boolean
Returns the value of attribute is_attachable.
-
#path ⇒ ::String
Returns the value of attribute path.
-
#permissions_boundary_usage_count ⇒ ::Integer
Returns the value of attribute permissions_boundary_usage_count.
-
#policy_id ⇒ ::String
Returns the value of attribute policy_id.
-
#policy_name ⇒ ::String
Returns the value of attribute policy_name.
-
#policy_version_list ⇒ ::Array[Types::AwsIamPolicyVersion]
Returns the value of attribute policy_version_list.
-
#update_date ⇒ ::String
Returns the value of attribute update_date.
Instance Attribute Details
#attachment_count ⇒ ::Integer
Returns the value of attribute attachment_count.
3023 3024 3025 |
# File 'sig/types.rbs', line 3023 def @attachment_count end |
#create_date ⇒ ::String
Returns the value of attribute create_date.
3024 3025 3026 |
# File 'sig/types.rbs', line 3024 def create_date @create_date end |
#default_version_id ⇒ ::String
Returns the value of attribute default_version_id.
3025 3026 3027 |
# File 'sig/types.rbs', line 3025 def default_version_id @default_version_id end |
#description ⇒ ::String
Returns the value of attribute description.
3026 3027 3028 |
# File 'sig/types.rbs', line 3026 def description @description end |
#is_attachable ⇒ Boolean
Returns the value of attribute is_attachable.
3027 3028 3029 |
# File 'sig/types.rbs', line 3027 def is_attachable @is_attachable end |
#path ⇒ ::String
Returns the value of attribute path.
3028 3029 3030 |
# File 'sig/types.rbs', line 3028 def path @path end |
#permissions_boundary_usage_count ⇒ ::Integer
Returns the value of attribute permissions_boundary_usage_count.
3029 3030 3031 |
# File 'sig/types.rbs', line 3029 def @permissions_boundary_usage_count end |
#policy_id ⇒ ::String
Returns the value of attribute policy_id.
3030 3031 3032 |
# File 'sig/types.rbs', line 3030 def policy_id @policy_id end |
#policy_name ⇒ ::String
Returns the value of attribute policy_name.
3031 3032 3033 |
# File 'sig/types.rbs', line 3031 def policy_name @policy_name end |
#policy_version_list ⇒ ::Array[Types::AwsIamPolicyVersion]
Returns the value of attribute policy_version_list.
3032 3033 3034 |
# File 'sig/types.rbs', line 3032 def policy_version_list @policy_version_list end |
#update_date ⇒ ::String
Returns the value of attribute update_date.
3033 3034 3035 |
# File 'sig/types.rbs', line 3033 def update_date @update_date end |