Class: Aws::ECS::Types::ManagedSecurityGroup

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#arnString

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

#statusString

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_reasonString

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_atTime

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