Class: Aws::CloudWatchOmni::Types::OrganizationAccessGrantSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchOmni::Types::OrganizationAccessGrantSummary
- 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
-
#created_at ⇒ Time
The timestamp when the access grant was created.
-
#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 access grant was last updated.
Instance Attribute Details
#created_at ⇒ Time
The timestamp when the access grant was created.
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_id ⇒ String
The ID of the organization domain the grant belongs to.
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_arn ⇒ String
The Amazon Resource Name (ARN) of the access 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 |
#grant_id ⇒ String
The unique ID of the access 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 |
#grant_type ⇒ String
Who manages 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 |
#name ⇒ String
A name that identifies the access 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 |
#permission ⇒ String
The permission granted.
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 |
#principal ⇒ Types::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_at ⇒ Time
The timestamp when the access grant was last updated.
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 |