Class: Aws::Types::GetGroupProfileOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetGroupProfileOutput
- 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.
2938 2939 2940 |
# File 'sig/types.rbs', line 2938 def domain_id @domain_id end |
#group_name ⇒ ::String
Returns the value of attribute group_name.
2941 2942 2943 |
# File 'sig/types.rbs', line 2941 def group_name @group_name end |
#id ⇒ ::String
Returns the value of attribute id.
2939 2940 2941 |
# File 'sig/types.rbs', line 2939 def id @id end |
#role_principal_arn ⇒ ::String
Returns the value of attribute role_principal_arn.
2942 2943 2944 |
# File 'sig/types.rbs', line 2942 def role_principal_arn @role_principal_arn end |
#role_principal_id ⇒ ::String
Returns the value of attribute role_principal_id.
2943 2944 2945 |
# File 'sig/types.rbs', line 2943 def role_principal_id @role_principal_id end |
#status ⇒ "ASSIGNED", "NOT_ASSIGNED"
Returns the value of attribute status.
2940 2941 2942 |
# File 'sig/types.rbs', line 2940 def status @status end |