Class: Aws::ECS::Types::ManagedSecurityGroup
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECS::Types::ManagedSecurityGroup
- Defined in:
- gems/aws-sdk-ecs/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.
9317 9318 9319 9320 9321 9322 9323 9324 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 9317 class ManagedSecurityGroup < Struct.new( :arn, :status, :status_reason, :updated_at) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the security group.
9317 9318 9319 9320 9321 9322 9323 9324 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 9317 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.
9317 9318 9319 9320 9321 9322 9323 9324 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 9317 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.
9317 9318 9319 9320 9321 9322 9323 9324 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 9317 class ManagedSecurityGroup < Struct.new( :arn, :status, :status_reason, :updated_at) SENSITIVE = [] include Aws::Structure end |