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
968 |
# File 'sig/client.rbs', line 968
def aws_account_id: () -> ::String
|
#aws_account_region ⇒ ::String
969 |
# File 'sig/client.rbs', line 969
def aws_account_region: () -> ::String
|
#created_at ⇒ ::Time
971 |
# File 'sig/client.rbs', line 971
def created_at: () -> ::Time
|
#created_by ⇒ ::String
970 |
# File 'sig/client.rbs', line 970
def created_by: () -> ::String
|
#description ⇒ ::String
974 |
# File 'sig/client.rbs', line 974
def description: () -> ::String
|
#domain_id ⇒ ::String
967 |
# File 'sig/client.rbs', line 967
def domain_id: () -> ::String
|
#environment_blueprint_id ⇒ ::String
975 |
# File 'sig/client.rbs', line 975
def environment_blueprint_id: () -> ::String
|
#id ⇒ ::String
966 |
# File 'sig/client.rbs', line 966
def id: () -> ::String
|
#name ⇒ ::String
973 |
# File 'sig/client.rbs', line 973
def name: () -> ::String
|
#project_id ⇒ ::String
976 |
# File 'sig/client.rbs', line 976
def project_id: () -> ::String
|
#updated_at ⇒ ::Time
972 |
# File 'sig/client.rbs', line 972
def updated_at: () -> ::Time
|
#user_parameters ⇒ ::Array[Types::CustomParameter]
977 |
# File 'sig/client.rbs', line 977
def user_parameters: () -> ::Array[Types::CustomParameter]
|