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

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

Instance Attribute Details

#arnString

The ARN of the security group.

Returns:

  • (String)


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

#statusString

The status of the security group.

Returns:

  • (String)


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_reasonString

Information about why the security group is in the current status.

Returns:

  • (String)


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_atTime

The Unix timestamp for when the security group was last updated.

Returns:

  • (Time)


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