Class: Aws::Types::ModelVariantConfigSummary

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#infrastructure_configTypes::ModelInfrastructureConfig

Returns the value of attribute infrastructure_config.



9272
9273
9274
# File 'sig/types.rbs', line 9272

def infrastructure_config
  @infrastructure_config
end

#model_name::String

Returns the value of attribute model_name.

Returns:

  • (::String)


9270
9271
9272
# File 'sig/types.rbs', line 9270

def model_name
  @model_name
end

#status"Creating", ...

Returns the value of attribute status.

Returns:

  • ("Creating", "Updating", "InService", "Deleting", "Deleted")


9273
9274
9275
# File 'sig/types.rbs', line 9273

def status
  @status
end

#variant_name::String

Returns the value of attribute variant_name.

Returns:

  • (::String)


9271
9272
9273
# File 'sig/types.rbs', line 9271

def variant_name
  @variant_name
end