Class: Aws::Types::DescribeCertificatesMessage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_identifier::String

Returns the value of attribute certificate_identifier.

Returns:

  • (::String)


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

def certificate_identifier
  @certificate_identifier
end

#filters::Array[Types::Filter]

Returns the value of attribute filters.

Returns:



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

def filters
  @filters
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


1961
1962
1963
# File 'sig/types.rbs', line 1961

def marker
  @marker
end

#max_records::Integer

Returns the value of attribute max_records.

Returns:

  • (::Integer)


1960
1961
1962
# File 'sig/types.rbs', line 1960

def max_records
  @max_records
end