Class: Aws::Types::PolicyGrantMember
- Inherits:
-
Object
- Object
- Aws::Types::PolicyGrantMember
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#created_by ⇒ ::String
Returns the value of attribute created_by.
-
#detail ⇒ Types::PolicyGrantDetail
Returns the value of attribute detail.
-
#grant_id ⇒ ::String
Returns the value of attribute grant_id.
-
#principal ⇒ Types::PolicyGrantPrincipal
Returns the value of attribute principal.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
4875 4876 4877 |
# File 'sig/types.rbs', line 4875 def created_at @created_at end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
4876 4877 4878 |
# File 'sig/types.rbs', line 4876 def created_by @created_by end |
#detail ⇒ Types::PolicyGrantDetail
Returns the value of attribute detail.
4874 4875 4876 |
# File 'sig/types.rbs', line 4874 def detail @detail end |
#grant_id ⇒ ::String
Returns the value of attribute grant_id.
4877 4878 4879 |
# File 'sig/types.rbs', line 4877 def grant_id @grant_id end |
#principal ⇒ Types::PolicyGrantPrincipal
Returns the value of attribute principal.
4873 4874 4875 |
# File 'sig/types.rbs', line 4873 def principal @principal end |