Class: Aws::CloudWatchOmni::Types::AccessGrantSummary

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

Overview

Summary of an AccessGrant. Call GetAccessGrant for the full grant.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_id ⇒ String

The ID of the domain the grant belongs to.

Returns:

  • (String)


190
191
192
193
194
195
196
197
198
199
200
201
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 190

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

#grant_arn ⇒ String

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

Returns:

  • (String)


190
191
192
193
194
195
196
197
198
199
200
201
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 190

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

#grant_id ⇒ String

The unique ID of the access grant.

Returns:

  • (String)


190
191
192
193
194
195
196
197
198
199
200
201
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 190

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

#grant_type ⇒ String

Who manages the grant.

Returns:

  • (String)


190
191
192
193
194
195
196
197
198
199
200
201
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 190

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

#name ⇒ String

A name that identifies the access grant.

Returns:

  • (String)


190
191
192
193
194
195
196
197
198
199
200
201
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 190

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

#permission ⇒ String

The permission granted.

Returns:

  • (String)


190
191
192
193
194
195
196
197
198
199
200
201
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 190

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

#principal ⇒ Types::AccessGrantPrincipal

The principal receiving the grant.



190
191
192
193
194
195
196
197
198
199
200
201
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 190

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

#space_id ⇒ String

The space this grant applies to. Domain-scoped grants are returned by ListDomainAccessGrantsForOrganization instead.

Returns:

  • (String)


190
191
192
193
194
195
196
197
198
199
200
201
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 190

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