Class: Aws::Types::SearchPrincipalType
- Inherits:
-
Object
- Object
- Aws::Types::SearchPrincipalType
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id ⇒ ::String
Returns the value of attribute id.
-
#roles ⇒ ::Array[("VIEWER" | "CONTRIBUTOR" | "OWNER" | "COOWNER")]
Returns the value of attribute roles.
Instance Attribute Details
#id ⇒ ::String
Returns the value of attribute id.
737 738 739 |
# File 'sig/types.rbs', line 737 def id @id end |
#roles ⇒ ::Array[("VIEWER" | "CONTRIBUTOR" | "OWNER" | "COOWNER")]
Returns the value of attribute roles.
738 739 740 |
# File 'sig/types.rbs', line 738 def roles @roles end |