Class: Aws::NetworkSecurityManager::Types::ScopeSummary

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-networksecuritymanager/lib/aws-sdk-networksecuritymanager/types.rb

Overview

Summary information about a scope.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#has_published_version ⇒ Boolean

Specifies whether a published version of the resource exists.

Returns:

  • (Boolean)


3801
3802
3803
3804
3805
3806
3807
3808
3809
3810
3811
# File 'gems/aws-sdk-networksecuritymanager/lib/aws-sdk-networksecuritymanager/types.rb', line 3801

class ScopeSummary < Struct.new(
  :scope_id,
  :scope_arn,
  :scope_name,
  :status,
  :version,
  :has_published_version,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#scope_arn ⇒ String

The Amazon Resource Name (ARN) of the scope.

Returns:

  • (String)


3801
3802
3803
3804
3805
3806
3807
3808
3809
3810
3811
# File 'gems/aws-sdk-networksecuritymanager/lib/aws-sdk-networksecuritymanager/types.rb', line 3801

class ScopeSummary < Struct.new(
  :scope_id,
  :scope_arn,
  :scope_name,
  :status,
  :version,
  :has_published_version,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#scope_id ⇒ String

The service-generated id of the scope.

Returns:

  • (String)


3801
3802
3803
3804
3805
3806
3807
3808
3809
3810
3811
# File 'gems/aws-sdk-networksecuritymanager/lib/aws-sdk-networksecuritymanager/types.rb', line 3801

class ScopeSummary < Struct.new(
  :scope_id,
  :scope_arn,
  :scope_name,
  :status,
  :version,
  :has_published_version,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#scope_name ⇒ String

The name of the scope.

Returns:

  • (String)


3801
3802
3803
3804
3805
3806
3807
3808
3809
3810
3811
# File 'gems/aws-sdk-networksecuritymanager/lib/aws-sdk-networksecuritymanager/types.rb', line 3801

class ScopeSummary < Struct.new(
  :scope_id,
  :scope_arn,
  :scope_name,
  :status,
  :version,
  :has_published_version,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#status ⇒ String

The current status of the resource: DRAFT (unpublished, editable), ACTIVE (published, in use), or DISABLED (deactivated; changes cannot be published until the resource is re-enabled).

Returns:

  • (String)


3801
3802
3803
3804
3805
3806
3807
3808
3809
3810
3811
# File 'gems/aws-sdk-networksecuritymanager/lib/aws-sdk-networksecuritymanager/types.rb', line 3801

class ScopeSummary < Struct.new(
  :scope_id,
  :scope_arn,
  :scope_name,
  :status,
  :version,
  :has_published_version,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#updated_at ⇒ Time

The time when the resource was last updated. For a snapshot, this is the time when the snapshot was created.

Returns:

  • (Time)


3801
3802
3803
3804
3805
3806
3807
3808
3809
3810
3811
# File 'gems/aws-sdk-networksecuritymanager/lib/aws-sdk-networksecuritymanager/types.rb', line 3801

class ScopeSummary < Struct.new(
  :scope_id,
  :scope_arn,
  :scope_name,
  :status,
  :version,
  :has_published_version,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#version ⇒ String

The version of the resource.

Returns:

  • (String)


3801
3802
3803
3804
3805
3806
3807
3808
3809
3810
3811
# File 'gems/aws-sdk-networksecuritymanager/lib/aws-sdk-networksecuritymanager/types.rb', line 3801

class ScopeSummary < Struct.new(
  :scope_id,
  :scope_arn,
  :scope_name,
  :status,
  :version,
  :has_published_version,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end