Class: Aws::CloudWatchOmni::Types::OrganizationAccessGrant
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchOmni::Types::OrganizationAccessGrant
- Defined in:
- gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb
Overview
An organization-scoped access grant.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_at ⇒ Time
The timestamp when the grant was created.
-
#created_by ⇒ String
The principal that created the grant.
-
#domain_id ⇒ String
The ID of the organization 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::OrganizationAccessGrantPrincipal
The principal receiving the grant.
-
#updated_at ⇒ Time
The timestamp when the grant was last updated.
Instance Attribute Details
#created_at ⇒ Time
The timestamp when the grant was created.
3909 3910 3911 3912 3913 3914 3915 3916 3917 3918 3919 3920 3921 3922 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 3909 class OrganizationAccessGrant < Struct.new( :grant_id, :grant_arn, :name, :domain_id, :principal, :permission, :grant_type, :created_by, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#created_by ⇒ String
The principal that created the grant.
3909 3910 3911 3912 3913 3914 3915 3916 3917 3918 3919 3920 3921 3922 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 3909 class OrganizationAccessGrant < Struct.new( :grant_id, :grant_arn, :name, :domain_id, :principal, :permission, :grant_type, :created_by, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#domain_id ⇒ String
The ID of the organization domain the grant belongs to.
3909 3910 3911 3912 3913 3914 3915 3916 3917 3918 3919 3920 3921 3922 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 3909 class OrganizationAccessGrant < Struct.new( :grant_id, :grant_arn, :name, :domain_id, :principal, :permission, :grant_type, :created_by, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#grant_arn ⇒ String
The Amazon Resource Name (ARN) of the access grant.
3909 3910 3911 3912 3913 3914 3915 3916 3917 3918 3919 3920 3921 3922 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 3909 class OrganizationAccessGrant < Struct.new( :grant_id, :grant_arn, :name, :domain_id, :principal, :permission, :grant_type, :created_by, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#grant_id ⇒ String
The unique ID of the access grant.
3909 3910 3911 3912 3913 3914 3915 3916 3917 3918 3919 3920 3921 3922 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 3909 class OrganizationAccessGrant < Struct.new( :grant_id, :grant_arn, :name, :domain_id, :principal, :permission, :grant_type, :created_by, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#grant_type ⇒ String
Who manages the grant.
3909 3910 3911 3912 3913 3914 3915 3916 3917 3918 3919 3920 3921 3922 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 3909 class OrganizationAccessGrant < Struct.new( :grant_id, :grant_arn, :name, :domain_id, :principal, :permission, :grant_type, :created_by, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
A name that identifies the access grant.
3909 3910 3911 3912 3913 3914 3915 3916 3917 3918 3919 3920 3921 3922 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 3909 class OrganizationAccessGrant < Struct.new( :grant_id, :grant_arn, :name, :domain_id, :principal, :permission, :grant_type, :created_by, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#permission ⇒ String
The permission granted.
3909 3910 3911 3912 3913 3914 3915 3916 3917 3918 3919 3920 3921 3922 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 3909 class OrganizationAccessGrant < Struct.new( :grant_id, :grant_arn, :name, :domain_id, :principal, :permission, :grant_type, :created_by, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#principal ⇒ Types::OrganizationAccessGrantPrincipal
The principal receiving the grant.
3909 3910 3911 3912 3913 3914 3915 3916 3917 3918 3919 3920 3921 3922 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 3909 class OrganizationAccessGrant < Struct.new( :grant_id, :grant_arn, :name, :domain_id, :principal, :permission, :grant_type, :created_by, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
The timestamp when the grant was last updated.
3909 3910 3911 3912 3913 3914 3915 3916 3917 3918 3919 3920 3921 3922 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 3909 class OrganizationAccessGrant < Struct.new( :grant_id, :grant_arn, :name, :domain_id, :principal, :permission, :grant_type, :created_by, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |