Module: Aws::DataZone::Client::_UpdateGroupProfileResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateGroupProfileOutput]
- 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
4263 |
# File 'sig/client.rbs', line 4263
def domain_id: () -> ::String
|
#group_name ⇒ ::String
4266 |
# File 'sig/client.rbs', line 4266
def group_name: () -> ::String
|
#id ⇒ ::String
4264 |
# File 'sig/client.rbs', line 4264
def id: () -> ::String
|
#role_principal_arn ⇒ ::String
4267 |
# File 'sig/client.rbs', line 4267
def role_principal_arn: () -> ::String
|
#role_principal_id ⇒ ::String
4268 |
# File 'sig/client.rbs', line 4268
def role_principal_id: () -> ::String
|
#status ⇒ "ASSIGNED", "NOT_ASSIGNED"
4265 |
# File 'sig/client.rbs', line 4265
def status: () -> ("ASSIGNED" | "NOT_ASSIGNED")
|