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
4137 |
# File 'sig/client.rbs', line 4137
def aws_account_id: () -> ::String
|
#aws_account_region ⇒ ::String
4138 |
# File 'sig/client.rbs', line 4138
def aws_account_region: () -> ::String
|
#created_at ⇒ ::Time
4140 |
# File 'sig/client.rbs', line 4140
def created_at: () -> ::Time
|
#created_by ⇒ ::String
4139 |
# File 'sig/client.rbs', line 4139
def created_by: () -> ::String
|
#description ⇒ ::String
4143 |
# File 'sig/client.rbs', line 4143
def description: () -> ::String
|
#domain_id ⇒ ::String
4136 |
# File 'sig/client.rbs', line 4136
def domain_id: () -> ::String
|
#environment_blueprint_id ⇒ ::String
4144 |
# File 'sig/client.rbs', line 4144
def environment_blueprint_id: () -> ::String
|
#id ⇒ ::String
4135 |
# File 'sig/client.rbs', line 4135
def id: () -> ::String
|
#name ⇒ ::String
4142 |
# File 'sig/client.rbs', line 4142
def name: () -> ::String
|
#project_id ⇒ ::String
4145 |
# File 'sig/client.rbs', line 4145
def project_id: () -> ::String
|
#updated_at ⇒ ::Time
4141 |
# File 'sig/client.rbs', line 4141
def updated_at: () -> ::Time
|
#user_parameters ⇒ ::Array[Types::CustomParameter]
4146 |
# File 'sig/client.rbs', line 4146
def user_parameters: () -> ::Array[Types::CustomParameter]
|