Module: Aws::DataZone::Client::_GetGroupProfileResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetGroupProfileOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #domain_id ⇒ ::String
- #group_name ⇒ ::String
- #id ⇒ ::String
- #role_principal_arn ⇒ ::String
- #role_principal_id ⇒ ::String
- #status ⇒ "ASSIGNED", "NOT_ASSIGNED"
Instance Method Details
#domain_id ⇒ ::String
2228 |
# File 'sig/client.rbs', line 2228
def domain_id: () -> ::String
|
#group_name ⇒ ::String
2231 |
# File 'sig/client.rbs', line 2231
def group_name: () -> ::String
|
#id ⇒ ::String
2229 |
# File 'sig/client.rbs', line 2229
def id: () -> ::String
|
#role_principal_arn ⇒ ::String
2232 |
# File 'sig/client.rbs', line 2232
def role_principal_arn: () -> ::String
|
#role_principal_id ⇒ ::String
2233 |
# File 'sig/client.rbs', line 2233
def role_principal_id: () -> ::String
|
#status ⇒ "ASSIGNED", "NOT_ASSIGNED"
2230 |
# File 'sig/client.rbs', line 2230
def status: () -> ("ASSIGNED" | "NOT_ASSIGNED")
|