Class: Aws::Types::LatestMpaApprovalTeamUpdate

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#expiry_date::Time

Returns the value of attribute expiry_date.

Returns:

  • (::Time)


1166
1167
1168
# File 'sig/types.rbs', line 1166

def expiry_date
  @expiry_date
end

#initiation_date::Time

Returns the value of attribute initiation_date.

Returns:

  • (::Time)


1165
1166
1167
# File 'sig/types.rbs', line 1165

def initiation_date
  @initiation_date
end

#mpa_session_arn::String

Returns the value of attribute mpa_session_arn.

Returns:

  • (::String)


1162
1163
1164
# File 'sig/types.rbs', line 1162

def mpa_session_arn
  @mpa_session_arn
end

#status"PENDING", ...

Returns the value of attribute status.

Returns:

  • ("PENDING", "APPROVED", "FAILED")


1163
1164
1165
# File 'sig/types.rbs', line 1163

def status
  @status
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


1164
1165
1166
# File 'sig/types.rbs', line 1164

def status_message
  @status_message
end