Class: Aws::CloudWatchOmni::Types::AccessGrantSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchOmni::Types::AccessGrantSummary
- 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
-
#domain_id ⇒ String
The ID of the domain the grant belongs to.
-
#grant_arn ⇒ String
The Amazon Resource Name (ARN) of the access grant.
-
#grant_id ⇒ String
The unique ID of the access grant.
-
#grant_type ⇒ String
Who manages the grant.
-
#name ⇒ String
A name that identifies the access grant.
-
#permission ⇒ String
The permission granted.
-
#principal ⇒ Types::AccessGrantPrincipal
The principal receiving the grant.
-
#space_id ⇒ String
The space this grant applies to.
Instance Attribute Details
#domain_id ⇒ String
The ID of the domain the grant belongs to.
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.
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.
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.
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.
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.
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.
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 |