Class: Aws::Types::GroupProfileSummary
- Inherits:
-
Object
- Object
- Aws::Types::GroupProfileSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
-
#group_name ⇒ ::String
Returns the value of attribute group_name.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#role_principal_arn ⇒ ::String
Returns the value of attribute role_principal_arn.
-
#role_principal_id ⇒ ::String
Returns the value of attribute role_principal_id.
-
#status ⇒ "ASSIGNED", "NOT_ASSIGNED"
Returns the value of attribute status.
Instance Attribute Details
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
3577 3578 3579 |
# File 'sig/types.rbs', line 3577 def domain_id @domain_id end |
#group_name ⇒ ::String
Returns the value of attribute group_name.
3580 3581 3582 |
# File 'sig/types.rbs', line 3580 def group_name @group_name end |
#id ⇒ ::String
Returns the value of attribute id.
3578 3579 3580 |
# File 'sig/types.rbs', line 3578 def id @id end |
#role_principal_arn ⇒ ::String
Returns the value of attribute role_principal_arn.
3581 3582 3583 |
# File 'sig/types.rbs', line 3581 def role_principal_arn @role_principal_arn end |
#role_principal_id ⇒ ::String
Returns the value of attribute role_principal_id.
3582 3583 3584 |
# File 'sig/types.rbs', line 3582 def role_principal_id @role_principal_id end |
#status ⇒ "ASSIGNED", "NOT_ASSIGNED"
Returns the value of attribute status.
3579 3580 3581 |
# File 'sig/types.rbs', line 3579 def status @status end |