Class: Aws::MPA::Types::GetApprovalTeamRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MPA::Types::GetApprovalTeamRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mpa/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
Amazon Resource Name (ARN) for the team.
Instance Attribute Details
#arn ⇒ String
Amazon Resource Name (ARN) for the team.
393 394 395 396 397 |
# File 'lib/aws-sdk-mpa/types.rb', line 393 class GetApprovalTeamRequest < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |