Module: Aws::DataZone::Client::_UpdateEnvironmentProfileResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateEnvironmentProfileOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #aws_account_id ⇒ ::String
- #aws_account_region ⇒ ::String
- #created_at ⇒ ::Time
- #created_by ⇒ ::String
- #description ⇒ ::String
- #domain_id ⇒ ::String
- #environment_blueprint_id ⇒ ::String
- #id ⇒ ::String
- #name ⇒ ::String
- #project_id ⇒ ::String
- #updated_at ⇒ ::Time
- #user_parameters ⇒ ::Array[Types::CustomParameter]
Instance Method Details
#aws_account_id ⇒ ::String
4184 |
# File 'sig/client.rbs', line 4184
def aws_account_id: () -> ::String
|
#aws_account_region ⇒ ::String
4185 |
# File 'sig/client.rbs', line 4185
def aws_account_region: () -> ::String
|
#created_at ⇒ ::Time
4187 |
# File 'sig/client.rbs', line 4187
def created_at: () -> ::Time
|
#created_by ⇒ ::String
4186 |
# File 'sig/client.rbs', line 4186
def created_by: () -> ::String
|
#description ⇒ ::String
4190 |
# File 'sig/client.rbs', line 4190
def description: () -> ::String
|
#domain_id ⇒ ::String
4183 |
# File 'sig/client.rbs', line 4183
def domain_id: () -> ::String
|
#environment_blueprint_id ⇒ ::String
4191 |
# File 'sig/client.rbs', line 4191
def environment_blueprint_id: () -> ::String
|
#id ⇒ ::String
4182 |
# File 'sig/client.rbs', line 4182
def id: () -> ::String
|
#name ⇒ ::String
4189 |
# File 'sig/client.rbs', line 4189
def name: () -> ::String
|
#project_id ⇒ ::String
4192 |
# File 'sig/client.rbs', line 4192
def project_id: () -> ::String
|
#updated_at ⇒ ::Time
4188 |
# File 'sig/client.rbs', line 4188
def updated_at: () -> ::Time
|
#user_parameters ⇒ ::Array[Types::CustomParameter]
4193 |
# File 'sig/client.rbs', line 4193
def user_parameters: () -> ::Array[Types::CustomParameter]
|