Module: Aws::AppConfig::Client::_CreateExperimentDefinitionResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::ExperimentDefinition]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#application_id::String

Returns:

  • (::String)


177
# File 'sig/client.rbs', line 177

def application_id: () -> ::String

#audience_description::String

Returns:

  • (::String)


186
# File 'sig/client.rbs', line 186

def audience_description: () -> ::String

#audience_rule::String

Returns:

  • (::String)


185
# File 'sig/client.rbs', line 185

def audience_rule: () -> ::String

#configuration_profile_id::String

Returns:

  • (::String)


182
# File 'sig/client.rbs', line 182

def configuration_profile_id: () -> ::String

#controlTypes::Treatment

Returns:



189
# File 'sig/client.rbs', line 189

def control: () -> Types::Treatment

#created_at::Time

Returns:

  • (::Time)


190
# File 'sig/client.rbs', line 190

def created_at: () -> ::Time

#environment_id::String

Returns:

  • (::String)


183
# File 'sig/client.rbs', line 183

def environment_id: () -> ::String

#flag_key::String

Returns:

  • (::String)


184
# File 'sig/client.rbs', line 184

def flag_key: () -> ::String

#hypothesis::String

Returns:

  • (::String)


180
# File 'sig/client.rbs', line 180

def hypothesis: () -> ::String

#id::String

Returns:

  • (::String)


178
# File 'sig/client.rbs', line 178

def id: () -> ::String

#kms_key_identifier::String

Returns:

  • (::String)


192
# File 'sig/client.rbs', line 192

def kms_key_identifier: () -> ::String

#launch_criteria::String

Returns:

  • (::String)


187
# File 'sig/client.rbs', line 187

def launch_criteria: () -> ::String

#name::String

Returns:

  • (::String)


179
# File 'sig/client.rbs', line 179

def name: () -> ::String

#status"ACTIVE", ...

Returns:

  • ("ACTIVE", "IDLE", "ARCHIVED")


181
# File 'sig/client.rbs', line 181

def status: () -> ("ACTIVE" | "IDLE" | "ARCHIVED")

#treatments::Array[Types::Treatment]

Returns:



188
# File 'sig/client.rbs', line 188

def treatments: () -> ::Array[Types::Treatment]

#updated_at::Time

Returns:

  • (::Time)


191
# File 'sig/client.rbs', line 191

def updated_at: () -> ::Time