Class: Aws::CloudWatchOmni::Types::OrganizationAccessGrantSummary

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

Overview

Summary of an organization access grant. Call GetDomainAccessGrantForOrganization for the full grant.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

The timestamp when the access grant was created.

Returns:

  • (Time)


3992
3993
3994
3995
3996
3997
3998
3999
4000
4001
4002
4003
4004
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 3992

class OrganizationAccessGrantSummary < Struct.new(
  :grant_id,
  :grant_arn,
  :name,
  :domain_id,
  :principal,
  :permission,
  :grant_type,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#domain_idString

The ID of the organization domain the grant belongs to.

Returns:

  • (String)


3992
3993
3994
3995
3996
3997
3998
3999
4000
4001
4002
4003
4004
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 3992

class OrganizationAccessGrantSummary < Struct.new(
  :grant_id,
  :grant_arn,
  :name,
  :domain_id,
  :principal,
  :permission,
  :grant_type,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#grant_arnString

The Amazon Resource Name (ARN) of the access grant.

Returns:

  • (String)


3992
3993
3994
3995
3996
3997
3998
3999
4000
4001
4002
4003
4004
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 3992

class OrganizationAccessGrantSummary < Struct.new(
  :grant_id,
  :grant_arn,
  :name,
  :domain_id,
  :principal,
  :permission,
  :grant_type,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#grant_idString

The unique ID of the access grant.

Returns:

  • (String)


3992
3993
3994
3995
3996
3997
3998
3999
4000
4001
4002
4003
4004
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 3992

class OrganizationAccessGrantSummary < Struct.new(
  :grant_id,
  :grant_arn,
  :name,
  :domain_id,
  :principal,
  :permission,
  :grant_type,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#grant_typeString

Who manages the grant.

Returns:

  • (String)


3992
3993
3994
3995
3996
3997
3998
3999
4000
4001
4002
4003
4004
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 3992

class OrganizationAccessGrantSummary < Struct.new(
  :grant_id,
  :grant_arn,
  :name,
  :domain_id,
  :principal,
  :permission,
  :grant_type,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

A name that identifies the access grant.

Returns:

  • (String)


3992
3993
3994
3995
3996
3997
3998
3999
4000
4001
4002
4003
4004
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 3992

class OrganizationAccessGrantSummary < Struct.new(
  :grant_id,
  :grant_arn,
  :name,
  :domain_id,
  :principal,
  :permission,
  :grant_type,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#permissionString

The permission granted.

Returns:

  • (String)


3992
3993
3994
3995
3996
3997
3998
3999
4000
4001
4002
4003
4004
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 3992

class OrganizationAccessGrantSummary < Struct.new(
  :grant_id,
  :grant_arn,
  :name,
  :domain_id,
  :principal,
  :permission,
  :grant_type,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#principalTypes::OrganizationAccessGrantPrincipal

The principal receiving the grant.



3992
3993
3994
3995
3996
3997
3998
3999
4000
4001
4002
4003
4004
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 3992

class OrganizationAccessGrantSummary < Struct.new(
  :grant_id,
  :grant_arn,
  :name,
  :domain_id,
  :principal,
  :permission,
  :grant_type,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#updated_atTime

The timestamp when the access grant was last updated.

Returns:

  • (Time)


3992
3993
3994
3995
3996
3997
3998
3999
4000
4001
4002
4003
4004
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 3992

class OrganizationAccessGrantSummary < Struct.new(
  :grant_id,
  :grant_arn,
  :name,
  :domain_id,
  :principal,
  :permission,
  :grant_type,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end