Class: Aws::Types::ManagedPolicyDetail
- Inherits:
-
Object
- Object
- Aws::Types::ManagedPolicyDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#attachment_count ⇒ ::Integer
Returns the value of attribute attachment_count.
-
#create_date ⇒ ::Time
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::PolicyVersion]
Returns the value of attribute policy_version_list.
-
#update_date ⇒ ::Time
Returns the value of attribute update_date.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
1609 1610 1611 |
# File 'sig/types.rbs', line 1609 def arn @arn end |
#attachment_count ⇒ ::Integer
Returns the value of attribute attachment_count.
1612 1613 1614 |
# File 'sig/types.rbs', line 1612 def @attachment_count end |
#create_date ⇒ ::Time
Returns the value of attribute create_date.
1616 1617 1618 |
# File 'sig/types.rbs', line 1616 def create_date @create_date end |
#default_version_id ⇒ ::String
Returns the value of attribute default_version_id.
1611 1612 1613 |
# File 'sig/types.rbs', line 1611 def default_version_id @default_version_id end |
#description ⇒ ::String
Returns the value of attribute description.
1615 1616 1617 |
# File 'sig/types.rbs', line 1615 def description @description end |
#is_attachable ⇒ Boolean
Returns the value of attribute is_attachable.
1614 1615 1616 |
# File 'sig/types.rbs', line 1614 def is_attachable @is_attachable end |
#path ⇒ ::String
Returns the value of attribute path.
1610 1611 1612 |
# File 'sig/types.rbs', line 1610 def path @path end |
#permissions_boundary_usage_count ⇒ ::Integer
Returns the value of attribute permissions_boundary_usage_count.
1613 1614 1615 |
# File 'sig/types.rbs', line 1613 def @permissions_boundary_usage_count end |
#policy_id ⇒ ::String
Returns the value of attribute policy_id.
1608 1609 1610 |
# File 'sig/types.rbs', line 1608 def policy_id @policy_id end |
#policy_name ⇒ ::String
Returns the value of attribute policy_name.
1607 1608 1609 |
# File 'sig/types.rbs', line 1607 def policy_name @policy_name end |
#policy_version_list ⇒ ::Array[Types::PolicyVersion]
Returns the value of attribute policy_version_list.
1618 1619 1620 |
# File 'sig/types.rbs', line 1618 def policy_version_list @policy_version_list end |
#update_date ⇒ ::Time
Returns the value of attribute update_date.
1617 1618 1619 |
# File 'sig/types.rbs', line 1617 def update_date @update_date end |