Class: Aws::Types::UpdateGroupProfileOutput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateGroupProfileOutput
- 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.
6689 6690 6691 |
# File 'sig/types.rbs', line 6689 def domain_id @domain_id end |
#group_name ⇒ ::String
Returns the value of attribute group_name.
6692 6693 6694 |
# File 'sig/types.rbs', line 6692 def group_name @group_name end |
#id ⇒ ::String
Returns the value of attribute id.
6690 6691 6692 |
# File 'sig/types.rbs', line 6690 def id @id end |
#role_principal_arn ⇒ ::String
Returns the value of attribute role_principal_arn.
6693 6694 6695 |
# File 'sig/types.rbs', line 6693 def role_principal_arn @role_principal_arn end |
#role_principal_id ⇒ ::String
Returns the value of attribute role_principal_id.
6694 6695 6696 |
# File 'sig/types.rbs', line 6694 def role_principal_id @role_principal_id end |
#status ⇒ "ASSIGNED", "NOT_ASSIGNED"
Returns the value of attribute status.
6691 6692 6693 |
# File 'sig/types.rbs', line 6691 def status @status end |