Class: Aws::CloudWatchOmni::Types::GetAccessGrantInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchOmni::Types::GetAccessGrantInput
- Defined in:
- gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#grant_id ⇒ String
The ID of the access grant to retrieve.
Instance Attribute Details
#grant_id ⇒ String
The ID of the access grant to retrieve.
1980 1981 1982 1983 1984 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 1980 class GetAccessGrantInput < Struct.new( :grant_id) SENSITIVE = [] include Aws::Structure end |