Class: Aws::Types::CreateCertificateProviderRequest

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")])


801
802
803
# File 'sig/types.rbs', line 801

def 
  @account_default_for_operations
end

#certificate_provider_name::String

Returns the value of attribute certificate_provider_name.

Returns:

  • (::String)


799
800
801
# File 'sig/types.rbs', line 799

def certificate_provider_name
  @certificate_provider_name
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


802
803
804
# File 'sig/types.rbs', line 802

def client_token
  @client_token
end

#lambda_function_arn::String

Returns the value of attribute lambda_function_arn.

Returns:

  • (::String)


800
801
802
# File 'sig/types.rbs', line 800

def lambda_function_arn
  @lambda_function_arn
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



803
804
805
# File 'sig/types.rbs', line 803

def tags
  @tags
end