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:



8765
8766
8767
# File 'sig/types.rbs', line 8765

def containers
  @containers
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


8769
8770
8771
# File 'sig/types.rbs', line 8769

def creation_time
  @creation_time
end

#deployment_recommendationTypes::DeploymentRecommendation

Returns the value of attribute deployment_recommendation.



8773
8774
8775
# File 'sig/types.rbs', line 8773

def deployment_recommendation
  @deployment_recommendation
end

#enable_network_isolationBoolean

Returns the value of attribute enable_network_isolation.

Returns:

  • (Boolean)


8771
8772
8773
# File 'sig/types.rbs', line 8771

def enable_network_isolation
  @enable_network_isolation
end

#execution_role_arn::String

Returns the value of attribute execution_role_arn.

Returns:

  • (::String)


8767
8768
8769
# File 'sig/types.rbs', line 8767

def execution_role_arn
  @execution_role_arn
end

#inference_execution_configTypes::InferenceExecutionConfig

Returns the value of attribute inference_execution_config.



8766
8767
8768
# File 'sig/types.rbs', line 8766

def inference_execution_config
  @inference_execution_config
end

#model_arn::String

Returns the value of attribute model_arn.

Returns:

  • (::String)


8770
8771
8772
# File 'sig/types.rbs', line 8770

def model_arn
  @model_arn
end

#model_name::String

Returns the value of attribute model_name.

Returns:

  • (::String)


8763
8764
8765
# File 'sig/types.rbs', line 8763

def model_name
  @model_name
end

#primary_containerTypes::ContainerDefinition

Returns the value of attribute primary_container.



8764
8765
8766
# File 'sig/types.rbs', line 8764

def primary_container
  @primary_container
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



8772
8773
8774
# File 'sig/types.rbs', line 8772

def tags
  @tags
end

#vpc_configTypes::VpcConfig

Returns the value of attribute vpc_config.

Returns:



8768
8769
8770
# File 'sig/types.rbs', line 8768

def vpc_config
  @vpc_config
end