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:



8780
8781
8782
# File 'sig/types.rbs', line 8780

def containers
  @containers
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


8784
8785
8786
# File 'sig/types.rbs', line 8784

def creation_time
  @creation_time
end

#deployment_recommendationTypes::DeploymentRecommendation

Returns the value of attribute deployment_recommendation.



8788
8789
8790
# File 'sig/types.rbs', line 8788

def deployment_recommendation
  @deployment_recommendation
end

#enable_network_isolationBoolean

Returns the value of attribute enable_network_isolation.

Returns:

  • (Boolean)


8786
8787
8788
# File 'sig/types.rbs', line 8786

def enable_network_isolation
  @enable_network_isolation
end

#execution_role_arn::String

Returns the value of attribute execution_role_arn.

Returns:

  • (::String)


8782
8783
8784
# File 'sig/types.rbs', line 8782

def execution_role_arn
  @execution_role_arn
end

#inference_execution_configTypes::InferenceExecutionConfig

Returns the value of attribute inference_execution_config.



8781
8782
8783
# File 'sig/types.rbs', line 8781

def inference_execution_config
  @inference_execution_config
end

#model_arn::String

Returns the value of attribute model_arn.

Returns:

  • (::String)


8785
8786
8787
# File 'sig/types.rbs', line 8785

def model_arn
  @model_arn
end

#model_name::String

Returns the value of attribute model_name.

Returns:

  • (::String)


8778
8779
8780
# File 'sig/types.rbs', line 8778

def model_name
  @model_name
end

#primary_containerTypes::ContainerDefinition

Returns the value of attribute primary_container.



8779
8780
8781
# File 'sig/types.rbs', line 8779

def primary_container
  @primary_container
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



8787
8788
8789
# File 'sig/types.rbs', line 8787

def tags
  @tags
end

#vpc_configTypes::VpcConfig

Returns the value of attribute vpc_config.

Returns:



8783
8784
8785
# File 'sig/types.rbs', line 8783

def vpc_config
  @vpc_config
end