Module: Aws::DataZone::Client::_CreateEnvironmentProfileResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateEnvironmentProfileOutput]
- 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
963 |
# File 'sig/client.rbs', line 963
def aws_account_id: () -> ::String
|
#aws_account_region ⇒ ::String
964 |
# File 'sig/client.rbs', line 964
def aws_account_region: () -> ::String
|
#created_at ⇒ ::Time
966 |
# File 'sig/client.rbs', line 966
def created_at: () -> ::Time
|
#created_by ⇒ ::String
965 |
# File 'sig/client.rbs', line 965
def created_by: () -> ::String
|
#description ⇒ ::String
969 |
# File 'sig/client.rbs', line 969
def description: () -> ::String
|
#domain_id ⇒ ::String
962 |
# File 'sig/client.rbs', line 962
def domain_id: () -> ::String
|
#environment_blueprint_id ⇒ ::String
970 |
# File 'sig/client.rbs', line 970
def environment_blueprint_id: () -> ::String
|
#id ⇒ ::String
961 |
# File 'sig/client.rbs', line 961
def id: () -> ::String
|
#name ⇒ ::String
968 |
# File 'sig/client.rbs', line 968
def name: () -> ::String
|
#project_id ⇒ ::String
971 |
# File 'sig/client.rbs', line 971
def project_id: () -> ::String
|
#updated_at ⇒ ::Time
967 |
# File 'sig/client.rbs', line 967
def updated_at: () -> ::Time
|
#user_parameters ⇒ ::Array[Types::CustomParameter]
972 |
# File 'sig/client.rbs', line 972
def user_parameters: () -> ::Array[Types::CustomParameter]
|