Class: Aws::MPA::Types::DeleteInactiveApprovalTeamVersionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MPA::Types::DeleteInactiveApprovalTeamVersionRequest
- Defined in:
- gems/aws-sdk-mpa/lib/aws-sdk-mpa/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
Amaazon Resource Name (ARN) for the team.
-
#version_id ⇒ String
Version ID for the team.
Instance Attribute Details
#arn ⇒ String
Amaazon Resource Name (ARN) for the team.
315 316 317 318 319 320 |
# File 'gems/aws-sdk-mpa/lib/aws-sdk-mpa/types.rb', line 315 class DeleteInactiveApprovalTeamVersionRequest < Struct.new( :arn, :version_id) SENSITIVE = [] include Aws::Structure end |
#version_id ⇒ String
Version ID for the team.
315 316 317 318 319 320 |
# File 'gems/aws-sdk-mpa/lib/aws-sdk-mpa/types.rb', line 315 class DeleteInactiveApprovalTeamVersionRequest < Struct.new( :arn, :version_id) SENSITIVE = [] include Aws::Structure end |