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.
11247 11248 11249 11250 11251 11252 11253 11254 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 11247 class ManagedSecurityGroup < Struct.new( :arn, :status, :status_reason, :updated_at) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the security group.
11247 11248 11249 11250 11251 11252 11253 11254 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 11247 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.
11247 11248 11249 11250 11251 11252 11253 11254 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 11247 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.
11247 11248 11249 11250 11251 11252 11253 11254 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 11247 class ManagedSecurityGroup < Struct.new( :arn, :status, :status_reason, :updated_at) SENSITIVE = [] include Aws::Structure end |