Class: Aws::Types::GetGroupProfileInput
- Inherits:
-
Object
- Object
- Aws::Types::GetGroupProfileInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
-
#group_identifier ⇒ ::String
Returns the value of attribute group_identifier.
Instance Attribute Details
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
2932 2933 2934 |
# File 'sig/types.rbs', line 2932 def domain_identifier @domain_identifier end |
#group_identifier ⇒ ::String
Returns the value of attribute group_identifier.
2933 2934 2935 |
# File 'sig/types.rbs', line 2933 def group_identifier @group_identifier end |