Class: Aws::Types::MpaTeamAssociation
- Inherits:
-
Object
- Object
- Aws::Types::MpaTeamAssociation
- 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.
-
#association_state ⇒ "ACTIVE", ...
Returns the value of attribute association_state.
-
#mpa_status ⇒ Types::MpaStatus
Returns the value of attribute mpa_status.
-
#mpa_team_arn ⇒ ::String
Returns the value of attribute mpa_team_arn.
Instance Attribute Details
#action ⇒ "IMPORT_ROOT_PUBLIC_KEY_CERTIFICATE"
Returns the value of attribute action.
560 561 562 |
# File 'sig/types.rbs', line 560 def action @action end |
#association_state ⇒ "ACTIVE", ...
Returns the value of attribute association_state.
562 563 564 |
# File 'sig/types.rbs', line 562 def association_state @association_state end |
#mpa_status ⇒ Types::MpaStatus
Returns the value of attribute mpa_status.
563 564 565 |
# File 'sig/types.rbs', line 563 def mpa_status @mpa_status end |
#mpa_team_arn ⇒ ::String
Returns the value of attribute mpa_team_arn.
561 562 563 |
# File 'sig/types.rbs', line 561 def mpa_team_arn @mpa_team_arn end |