Class: Aws::Types::OutgoingCertificate

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_arn::String

Returns the value of attribute certificate_arn.

Returns:

  • (::String)


4048
4049
4050
# File 'sig/types.rbs', line 4048

def certificate_arn
  @certificate_arn
end

#certificate_id::String

Returns the value of attribute certificate_id.

Returns:

  • (::String)


4049
4050
4051
# File 'sig/types.rbs', line 4049

def certificate_id
  @certificate_id
end

#creation_date::Time

Returns the value of attribute creation_date.

Returns:

  • (::Time)


4053
4054
4055
# File 'sig/types.rbs', line 4053

def creation_date
  @creation_date
end

#transfer_date::Time

Returns the value of attribute transfer_date.

Returns:

  • (::Time)


4051
4052
4053
# File 'sig/types.rbs', line 4051

def transfer_date
  @transfer_date
end

#transfer_message::String

Returns the value of attribute transfer_message.

Returns:

  • (::String)


4052
4053
4054
# File 'sig/types.rbs', line 4052

def transfer_message
  @transfer_message
end

#transferred_to::String

Returns the value of attribute transferred_to.

Returns:

  • (::String)


4050
4051
4052
# File 'sig/types.rbs', line 4050

def transferred_to
  @transferred_to
end