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
4254 |
# File 'sig/client.rbs', line 4254
def domain_id: () -> ::String
|
#group_name ⇒ ::String
4257 |
# File 'sig/client.rbs', line 4257
def group_name: () -> ::String
|
#id ⇒ ::String
4255 |
# File 'sig/client.rbs', line 4255
def id: () -> ::String
|
#role_principal_arn ⇒ ::String
4258 |
# File 'sig/client.rbs', line 4258
def role_principal_arn: () -> ::String
|
#role_principal_id ⇒ ::String
4259 |
# File 'sig/client.rbs', line 4259
def role_principal_id: () -> ::String
|
#status ⇒ "ASSIGNED", "NOT_ASSIGNED"
4256 |
# File 'sig/client.rbs', line 4256
def status: () -> ("ASSIGNED" | "NOT_ASSIGNED")
|