Class: Aws::Types::ServerCertificateMetadata

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


2060
2061
2062
# File 'sig/types.rbs', line 2060

def arn
  @arn
end

#expiration::Time

Returns the value of attribute expiration.

Returns:

  • (::Time)


2062
2063
2064
# File 'sig/types.rbs', line 2062

def expiration
  @expiration
end

#path::String

Returns the value of attribute path.

Returns:

  • (::String)


2057
2058
2059
# File 'sig/types.rbs', line 2057

def path
  @path
end

#server_certificate_id::String

Returns the value of attribute server_certificate_id.

Returns:

  • (::String)


2059
2060
2061
# File 'sig/types.rbs', line 2059

def server_certificate_id
  @server_certificate_id
end

#server_certificate_name::String

Returns the value of attribute server_certificate_name.

Returns:

  • (::String)


2058
2059
2060
# File 'sig/types.rbs', line 2058

def server_certificate_name
  @server_certificate_name
end

#upload_date::Time

Returns the value of attribute upload_date.

Returns:

  • (::Time)


2061
2062
2063
# File 'sig/types.rbs', line 2061

def upload_date
  @upload_date
end