Class: Aws::SsmSap::Types::GetResourcePermissionInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SsmSap::Types::GetResourcePermissionInput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssmsap/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #action_type ⇒ String
-
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the resource.
Instance Attribute Details
#action_type ⇒ String
728 729 730 731 732 733 |
# File 'lib/aws-sdk-ssmsap/types.rb', line 728 class GetResourcePermissionInput < Struct.new( :action_type, :resource_arn) SENSITIVE = [] include Aws::Structure end |
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the resource.
728 729 730 731 732 733 |
# File 'lib/aws-sdk-ssmsap/types.rb', line 728 class GetResourcePermissionInput < Struct.new( :action_type, :resource_arn) SENSITIVE = [] include Aws::Structure end |