Class: Aws::Types::Certificate

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)


103
104
105
# File 'sig/types.rbs', line 103

def certificate_arn
  @certificate_arn
end

#certificate_creation_date::Time

Returns the value of attribute certificate_creation_date.

Returns:

  • (::Time)


100
101
102
# File 'sig/types.rbs', line 100

def certificate_creation_date
  @certificate_creation_date
end

#certificate_identifier::String

Returns the value of attribute certificate_identifier.

Returns:

  • (::String)


99
100
101
# File 'sig/types.rbs', line 99

def certificate_identifier
  @certificate_identifier
end

#certificate_owner::String

Returns the value of attribute certificate_owner.

Returns:

  • (::String)


104
105
106
# File 'sig/types.rbs', line 104

def certificate_owner
  @certificate_owner
end

#certificate_pem::String

Returns the value of attribute certificate_pem.

Returns:

  • (::String)


101
102
103
# File 'sig/types.rbs', line 101

def certificate_pem
  @certificate_pem
end

#certificate_wallet::String

Returns the value of attribute certificate_wallet.

Returns:

  • (::String)


102
103
104
# File 'sig/types.rbs', line 102

def certificate_wallet
  @certificate_wallet
end

#key_length::Integer

Returns the value of attribute key_length.

Returns:

  • (::Integer)


108
109
110
# File 'sig/types.rbs', line 108

def key_length
  @key_length
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


109
110
111
# File 'sig/types.rbs', line 109

def kms_key_id
  @kms_key_id
end

#signing_algorithm::String

Returns the value of attribute signing_algorithm.

Returns:

  • (::String)


107
108
109
# File 'sig/types.rbs', line 107

def signing_algorithm
  @signing_algorithm
end

#valid_from_date::Time

Returns the value of attribute valid_from_date.

Returns:

  • (::Time)


105
106
107
# File 'sig/types.rbs', line 105

def valid_from_date
  @valid_from_date
end

#valid_to_date::Time

Returns the value of attribute valid_to_date.

Returns:

  • (::Time)


106
107
108
# File 'sig/types.rbs', line 106

def valid_to_date
  @valid_to_date
end