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
4216 |
# File 'sig/client.rbs', line 4216
def domain_id: () -> ::String
|
#group_name ⇒ ::String
4219 |
# File 'sig/client.rbs', line 4219
def group_name: () -> ::String
|
#id ⇒ ::String
4217 |
# File 'sig/client.rbs', line 4217
def id: () -> ::String
|
#role_principal_arn ⇒ ::String
4220 |
# File 'sig/client.rbs', line 4220
def role_principal_arn: () -> ::String
|
#role_principal_id ⇒ ::String
4221 |
# File 'sig/client.rbs', line 4221
def role_principal_id: () -> ::String
|
#status ⇒ "ASSIGNED", "NOT_ASSIGNED"
4218 |
# File 'sig/client.rbs', line 4218
def status: () -> ("ASSIGNED" | "NOT_ASSIGNED")
|