Class: Aws::SecurityHub::Types::AwsEcsContainerDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsEcsContainerDetails
- Defined in:
- gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb
Overview
Provides information about an Amazon ECS container.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#image ⇒ String
The image used for the container.
-
#mount_points ⇒ Array<Types::AwsMountPoint>
The mount points for data volumes in your container.
-
#name ⇒ String
The name of the container.
-
#privileged ⇒ Boolean
When this parameter is true, the container is given elevated privileges on the host container instance (similar to the root user).
Instance Attribute Details
#image ⇒ String
The image used for the container.
9477 9478 9479 9480 9481 9482 9483 9484 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 9477 class AwsEcsContainerDetails < Struct.new( :name, :image, :mount_points, :privileged) SENSITIVE = [] include Aws::Structure end |
#mount_points ⇒ Array<Types::AwsMountPoint>
The mount points for data volumes in your container.
9477 9478 9479 9480 9481 9482 9483 9484 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 9477 class AwsEcsContainerDetails < Struct.new( :name, :image, :mount_points, :privileged) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the container.
9477 9478 9479 9480 9481 9482 9483 9484 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 9477 class AwsEcsContainerDetails < Struct.new( :name, :image, :mount_points, :privileged) SENSITIVE = [] include Aws::Structure end |
#privileged ⇒ Boolean
When this parameter is true, the container is given elevated privileges on the host container instance (similar to the root user).
9477 9478 9479 9480 9481 9482 9483 9484 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 9477 class AwsEcsContainerDetails < Struct.new( :name, :image, :mount_points, :privileged) SENSITIVE = [] include Aws::Structure end |