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
2234 |
# File 'sig/client.rbs', line 2234
def domain_id: () -> ::String
|
#group_name ⇒ ::String
2237 |
# File 'sig/client.rbs', line 2237
def group_name: () -> ::String
|
#id ⇒ ::String
2235 |
# File 'sig/client.rbs', line 2235
def id: () -> ::String
|
#role_principal_arn ⇒ ::String
2238 |
# File 'sig/client.rbs', line 2238
def role_principal_arn: () -> ::String
|
#role_principal_id ⇒ ::String
2239 |
# File 'sig/client.rbs', line 2239
def role_principal_id: () -> ::String
|
#status ⇒ "ASSIGNED", "NOT_ASSIGNED"
2236 |
# File 'sig/client.rbs', line 2236
def status: () -> ("ASSIGNED" | "NOT_ASSIGNED")
|