Class: Aws::Types::Model

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#containers::Array[Types::ContainerDefinition]

Returns the value of attribute containers.

Returns:



8802
8803
8804
# File 'sig/types.rbs', line 8802

def containers
  @containers
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


8806
8807
8808
# File 'sig/types.rbs', line 8806

def creation_time
  @creation_time
end

#deployment_recommendationTypes::DeploymentRecommendation

Returns the value of attribute deployment_recommendation.



8810
8811
8812
# File 'sig/types.rbs', line 8810

def deployment_recommendation
  @deployment_recommendation
end

#enable_network_isolationBoolean

Returns the value of attribute enable_network_isolation.

Returns:

  • (Boolean)


8808
8809
8810
# File 'sig/types.rbs', line 8808

def enable_network_isolation
  @enable_network_isolation
end

#execution_role_arn::String

Returns the value of attribute execution_role_arn.

Returns:

  • (::String)


8804
8805
8806
# File 'sig/types.rbs', line 8804

def execution_role_arn
  @execution_role_arn
end

#inference_execution_configTypes::InferenceExecutionConfig

Returns the value of attribute inference_execution_config.



8803
8804
8805
# File 'sig/types.rbs', line 8803

def inference_execution_config
  @inference_execution_config
end

#model_arn::String

Returns the value of attribute model_arn.

Returns:

  • (::String)


8807
8808
8809
# File 'sig/types.rbs', line 8807

def model_arn
  @model_arn
end

#model_name::String

Returns the value of attribute model_name.

Returns:

  • (::String)


8800
8801
8802
# File 'sig/types.rbs', line 8800

def model_name
  @model_name
end

#primary_containerTypes::ContainerDefinition

Returns the value of attribute primary_container.



8801
8802
8803
# File 'sig/types.rbs', line 8801

def primary_container
  @primary_container
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



8809
8810
8811
# File 'sig/types.rbs', line 8809

def tags
  @tags
end

#vpc_configTypes::VpcConfig

Returns the value of attribute vpc_config.

Returns:



8805
8806
8807
# File 'sig/types.rbs', line 8805

def vpc_config
  @vpc_config
end