Class: Aws::Types::LatestRevokeRequest

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)


1175
1176
1177
# File 'sig/types.rbs', line 1175

def expiry_date
  @expiry_date
end

#initiation_date::Time

Returns the value of attribute initiation_date.

Returns:

  • (::Time)


1174
1175
1176
# File 'sig/types.rbs', line 1174

def initiation_date
  @initiation_date
end

#mpa_session_arn::String

Returns the value of attribute mpa_session_arn.

Returns:

  • (::String)


1171
1172
1173
# File 'sig/types.rbs', line 1171

def mpa_session_arn
  @mpa_session_arn
end

#status"PENDING", "FAILED"

Returns the value of attribute status.

Returns:

  • ("PENDING", "FAILED")


1172
1173
1174
# File 'sig/types.rbs', line 1172

def status
  @status
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


1173
1174
1175
# File 'sig/types.rbs', line 1173

def status_message
  @status_message
end