Class: Aws::ECS::Types::ManagedSecurityGroup
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECS::Types::ManagedSecurityGroup
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ecs/types.rb
Overview
A security group associated with the Express service.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN of the security group.
-
#status ⇒ String
The status of the security group.
-
#status_reason ⇒ String
Information about why the security group is in the current status.
-
#updated_at ⇒ Time
The Unix timestamp for when the security group was last updated.
Instance Attribute Details
#arn ⇒ String
The ARN of the security group.
9355 9356 9357 9358 9359 9360 9361 9362 |
# File 'lib/aws-sdk-ecs/types.rb', line 9355 class ManagedSecurityGroup < Struct.new( :arn, :status, :status_reason, :updated_at) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the security group.
9355 9356 9357 9358 9359 9360 9361 9362 |
# File 'lib/aws-sdk-ecs/types.rb', line 9355 class ManagedSecurityGroup < Struct.new( :arn, :status, :status_reason, :updated_at) SENSITIVE = [] include Aws::Structure end |
#status_reason ⇒ String
Information about why the security group is in the current status.
9355 9356 9357 9358 9359 9360 9361 9362 |
# File 'lib/aws-sdk-ecs/types.rb', line 9355 class ManagedSecurityGroup < Struct.new( :arn, :status, :status_reason, :updated_at) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
The Unix timestamp for when the security group was last updated.
9355 9356 9357 9358 9359 9360 9361 9362 |
# File 'lib/aws-sdk-ecs/types.rb', line 9355 class ManagedSecurityGroup < Struct.new( :arn, :status, :status_reason, :updated_at) SENSITIVE = [] include Aws::Structure end |