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
2141 |
# File 'sig/client.rbs', line 2141
def aws_account_id: () -> ::String
|
#aws_account_region ⇒ ::String
2142 |
# File 'sig/client.rbs', line 2142
def aws_account_region: () -> ::String
|
#created_at ⇒ ::Time
2144 |
# File 'sig/client.rbs', line 2144
def created_at: () -> ::Time
|
#created_by ⇒ ::String
2143 |
# File 'sig/client.rbs', line 2143
def created_by: () -> ::String
|
#description ⇒ ::String
2147 |
# File 'sig/client.rbs', line 2147
def description: () -> ::String
|
#domain_id ⇒ ::String
2140 |
# File 'sig/client.rbs', line 2140
def domain_id: () -> ::String
|
#environment_blueprint_id ⇒ ::String
2148 |
# File 'sig/client.rbs', line 2148
def environment_blueprint_id: () -> ::String
|
#id ⇒ ::String
2139 |
# File 'sig/client.rbs', line 2139
def id: () -> ::String
|
#name ⇒ ::String
2146 |
# File 'sig/client.rbs', line 2146
def name: () -> ::String
|
#project_id ⇒ ::String
2149 |
# File 'sig/client.rbs', line 2149
def project_id: () -> ::String
|
#updated_at ⇒ ::Time
2145 |
# File 'sig/client.rbs', line 2145
def updated_at: () -> ::Time
|
#user_parameters ⇒ ::Array[Types::CustomParameter]
2150 |
# File 'sig/client.rbs', line 2150
def user_parameters: () -> ::Array[Types::CustomParameter]
|