Class: Aws::Types::AssociateMpaTeamInput
- Inherits:
-
Object
- Object
- Aws::Types::AssociateMpaTeamInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action ⇒ "IMPORT_ROOT_PUBLIC_KEY_CERTIFICATE"
Returns the value of attribute action.
-
#mpa_team_arn ⇒ ::String
Returns the value of attribute mpa_team_arn.
-
#requester_comment ⇒ ::String
Returns the value of attribute requester_comment.
Instance Attribute Details
#action ⇒ "IMPORT_ROOT_PUBLIC_KEY_CERTIFICATE"
Returns the value of attribute action.
34 35 36 |
# File 'sig/types.rbs', line 34 def action @action end |
#mpa_team_arn ⇒ ::String
Returns the value of attribute mpa_team_arn.
35 36 37 |
# File 'sig/types.rbs', line 35 def mpa_team_arn @mpa_team_arn end |
#requester_comment ⇒ ::String
Returns the value of attribute requester_comment.
36 37 38 |
# File 'sig/types.rbs', line 36 def requester_comment @requester_comment end |