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)


189
190
191
# File 'sig/types.rbs', line 189

def certificate_arn
  @certificate_arn
end

#certificate_identifier::String

Returns the value of attribute certificate_identifier.

Returns:

  • (::String)


184
185
186
# File 'sig/types.rbs', line 184

def certificate_identifier
  @certificate_identifier
end

#certificate_type::String

Returns the value of attribute certificate_type.

Returns:

  • (::String)


185
186
187
# File 'sig/types.rbs', line 185

def certificate_type
  @certificate_type
end

#customer_overrideBoolean

Returns the value of attribute customer_override.

Returns:

  • (Boolean)


190
191
192
# File 'sig/types.rbs', line 190

def customer_override
  @customer_override
end

#customer_override_valid_till::Time

Returns the value of attribute customer_override_valid_till.

Returns:

  • (::Time)


191
192
193
# File 'sig/types.rbs', line 191

def customer_override_valid_till
  @customer_override_valid_till
end

#thumbprint::String

Returns the value of attribute thumbprint.

Returns:

  • (::String)


186
187
188
# File 'sig/types.rbs', line 186

def thumbprint
  @thumbprint
end

#valid_from::Time

Returns the value of attribute valid_from.

Returns:

  • (::Time)


187
188
189
# File 'sig/types.rbs', line 187

def valid_from
  @valid_from
end

#valid_till::Time

Returns the value of attribute valid_till.

Returns:

  • (::Time)


188
189
190
# File 'sig/types.rbs', line 188

def valid_till
  @valid_till
end