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
4175 |
# File 'sig/client.rbs', line 4175
def aws_account_id: () -> ::String
|
#aws_account_region ⇒ ::String
4176 |
# File 'sig/client.rbs', line 4176
def aws_account_region: () -> ::String
|
#created_at ⇒ ::Time
4178 |
# File 'sig/client.rbs', line 4178
def created_at: () -> ::Time
|
#created_by ⇒ ::String
4177 |
# File 'sig/client.rbs', line 4177
def created_by: () -> ::String
|
#description ⇒ ::String
4181 |
# File 'sig/client.rbs', line 4181
def description: () -> ::String
|
#domain_id ⇒ ::String
4174 |
# File 'sig/client.rbs', line 4174
def domain_id: () -> ::String
|
#environment_blueprint_id ⇒ ::String
4182 |
# File 'sig/client.rbs', line 4182
def environment_blueprint_id: () -> ::String
|
#id ⇒ ::String
4173 |
# File 'sig/client.rbs', line 4173
def id: () -> ::String
|
#name ⇒ ::String
4180 |
# File 'sig/client.rbs', line 4180
def name: () -> ::String
|
#project_id ⇒ ::String
4183 |
# File 'sig/client.rbs', line 4183
def project_id: () -> ::String
|
#updated_at ⇒ ::Time
4179 |
# File 'sig/client.rbs', line 4179
def updated_at: () -> ::Time
|
#user_parameters ⇒ ::Array[Types::CustomParameter]
4184 |
# File 'sig/client.rbs', line 4184
def user_parameters: () -> ::Array[Types::CustomParameter]
|