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)


1956
1957
1958
# File 'sig/types.rbs', line 1956

def arn
  @arn
end

#expiration::Time

Returns the value of attribute expiration.

Returns:

  • (::Time)


1958
1959
1960
# File 'sig/types.rbs', line 1958

def expiration
  @expiration
end

#path::String

Returns the value of attribute path.

Returns:

  • (::String)


1953
1954
1955
# File 'sig/types.rbs', line 1953

def path
  @path
end

#server_certificate_id::String

Returns the value of attribute server_certificate_id.

Returns:

  • (::String)


1955
1956
1957
# File 'sig/types.rbs', line 1955

def server_certificate_id
  @server_certificate_id
end

#server_certificate_name::String

Returns the value of attribute server_certificate_name.

Returns:

  • (::String)


1954
1955
1956
# File 'sig/types.rbs', line 1954

def server_certificate_name
  @server_certificate_name
end

#upload_date::Time

Returns the value of attribute upload_date.

Returns:

  • (::Time)


1957
1958
1959
# File 'sig/types.rbs', line 1957

def upload_date
  @upload_date
end