Module: Aws::DataZone::Client::_GetEnvironmentProfileResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetEnvironmentProfileOutput]
- 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
2147 |
# File 'sig/client.rbs', line 2147
def aws_account_id: () -> ::String
|
#aws_account_region ⇒ ::String
2148 |
# File 'sig/client.rbs', line 2148
def aws_account_region: () -> ::String
|
#created_at ⇒ ::Time
2150 |
# File 'sig/client.rbs', line 2150
def created_at: () -> ::Time
|
#created_by ⇒ ::String
2149 |
# File 'sig/client.rbs', line 2149
def created_by: () -> ::String
|
#description ⇒ ::String
2153 |
# File 'sig/client.rbs', line 2153
def description: () -> ::String
|
#domain_id ⇒ ::String
2146 |
# File 'sig/client.rbs', line 2146
def domain_id: () -> ::String
|
#environment_blueprint_id ⇒ ::String
2154 |
# File 'sig/client.rbs', line 2154
def environment_blueprint_id: () -> ::String
|
#id ⇒ ::String
2145 |
# File 'sig/client.rbs', line 2145
def id: () -> ::String
|
#name ⇒ ::String
2152 |
# File 'sig/client.rbs', line 2152
def name: () -> ::String
|
#project_id ⇒ ::String
2155 |
# File 'sig/client.rbs', line 2155
def project_id: () -> ::String
|
#updated_at ⇒ ::Time
2151 |
# File 'sig/client.rbs', line 2151
def updated_at: () -> ::Time
|
#user_parameters ⇒ ::Array[Types::CustomParameter]
2156 |
# File 'sig/client.rbs', line 2156
def user_parameters: () -> ::Array[Types::CustomParameter]
|