Class: Aws::Types::DescribeAccessPolicyResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeAccessPolicyResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access_policy_arn ⇒ ::String
Returns the value of attribute access_policy_arn.
-
#access_policy_creation_date ⇒ ::Time
Returns the value of attribute access_policy_creation_date.
-
#access_policy_id ⇒ ::String
Returns the value of attribute access_policy_id.
-
#access_policy_identity ⇒ Types::Identity
Returns the value of attribute access_policy_identity.
-
#access_policy_last_update_date ⇒ ::Time
Returns the value of attribute access_policy_last_update_date.
-
#access_policy_permission ⇒ "ADMINISTRATOR", "VIEWER"
Returns the value of attribute access_policy_permission.
-
#access_policy_resource ⇒ Types::Resource
Returns the value of attribute access_policy_resource.
Instance Attribute Details
#access_policy_arn ⇒ ::String
Returns the value of attribute access_policy_arn.
1458 1459 1460 |
# File 'sig/types.rbs', line 1458 def access_policy_arn @access_policy_arn end |
#access_policy_creation_date ⇒ ::Time
Returns the value of attribute access_policy_creation_date.
1462 1463 1464 |
# File 'sig/types.rbs', line 1462 def access_policy_creation_date @access_policy_creation_date end |
#access_policy_id ⇒ ::String
Returns the value of attribute access_policy_id.
1457 1458 1459 |
# File 'sig/types.rbs', line 1457 def access_policy_id @access_policy_id end |
#access_policy_identity ⇒ Types::Identity
Returns the value of attribute access_policy_identity.
1459 1460 1461 |
# File 'sig/types.rbs', line 1459 def access_policy_identity @access_policy_identity end |
#access_policy_last_update_date ⇒ ::Time
Returns the value of attribute access_policy_last_update_date.
1463 1464 1465 |
# File 'sig/types.rbs', line 1463 def access_policy_last_update_date @access_policy_last_update_date end |
#access_policy_permission ⇒ "ADMINISTRATOR", "VIEWER"
Returns the value of attribute access_policy_permission.
1461 1462 1463 |
# File 'sig/types.rbs', line 1461 def @access_policy_permission end |
#access_policy_resource ⇒ Types::Resource
Returns the value of attribute access_policy_resource.
1460 1461 1462 |
# File 'sig/types.rbs', line 1460 def access_policy_resource @access_policy_resource end |