Class: Aws::Types::MpaTeamAssociation

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#action"IMPORT_ROOT_PUBLIC_KEY_CERTIFICATE"

Returns the value of attribute action.

Returns:

  • ("IMPORT_ROOT_PUBLIC_KEY_CERTIFICATE")


560
561
562
# File 'sig/types.rbs', line 560

def action
  @action
end

#association_state"ACTIVE", ...

Returns the value of attribute association_state.

Returns:

  • ("ACTIVE", "UPDATE_PENDING", "DELETE_PENDING")


562
563
564
# File 'sig/types.rbs', line 562

def association_state
  @association_state
end

#mpa_statusTypes::MpaStatus

Returns the value of attribute mpa_status.

Returns:



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.

Returns:

  • (::String)


561
562
563
# File 'sig/types.rbs', line 561

def mpa_team_arn
  @mpa_team_arn
end