Class: Aws::Types::DescribeCertificateProviderResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_default_for_operations::Array[("CreateCertificateFromCsr")]

Returns the value of attribute account_default_for_operations.

Returns:

  • (::Array[("CreateCertificateFromCsr")])


1692
1693
1694
# File 'sig/types.rbs', line 1692

def 
  @account_default_for_operations
end

#certificate_provider_arn::String

Returns the value of attribute certificate_provider_arn.

Returns:

  • (::String)


1690
1691
1692
# File 'sig/types.rbs', line 1690

def certificate_provider_arn
  @certificate_provider_arn
end

#certificate_provider_name::String

Returns the value of attribute certificate_provider_name.

Returns:

  • (::String)


1689
1690
1691
# File 'sig/types.rbs', line 1689

def certificate_provider_name
  @certificate_provider_name
end

#creation_date::Time

Returns the value of attribute creation_date.

Returns:

  • (::Time)


1693
1694
1695
# File 'sig/types.rbs', line 1693

def creation_date
  @creation_date
end

#lambda_function_arn::String

Returns the value of attribute lambda_function_arn.

Returns:

  • (::String)


1691
1692
1693
# File 'sig/types.rbs', line 1691

def lambda_function_arn
  @lambda_function_arn
end

#last_modified_date::Time

Returns the value of attribute last_modified_date.

Returns:

  • (::Time)


1694
1695
1696
# File 'sig/types.rbs', line 1694

def last_modified_date
  @last_modified_date
end