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)


579
580
581
# File 'sig/types.rbs', line 579

def certificate_identifier
  @certificate_identifier
end

#filters::Array[Types::Filter]

Returns the value of attribute filters.

Returns:



580
581
582
# File 'sig/types.rbs', line 580

def filters
  @filters
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


582
583
584
# File 'sig/types.rbs', line 582

def marker
  @marker
end

#max_records::Integer

Returns the value of attribute max_records.

Returns:

  • (::Integer)


581
582
583
# File 'sig/types.rbs', line 581

def max_records
  @max_records
end