Class: Aws::Types::ImportCrlRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#crl_data::String

Returns the value of attribute crl_data.

Returns:

  • (::String)


85
86
87
# File 'sig/types.rbs', line 85

def crl_data
  @crl_data
end

#enabledBoolean

Returns the value of attribute enabled.

Returns:

  • (Boolean)


86
87
88
# File 'sig/types.rbs', line 86

def enabled
  @enabled
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


84
85
86
# File 'sig/types.rbs', line 84

def name
  @name
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



87
88
89
# File 'sig/types.rbs', line 87

def tags
  @tags
end

#trust_anchor_arn::String

Returns the value of attribute trust_anchor_arn.

Returns:

  • (::String)


88
89
90
# File 'sig/types.rbs', line 88

def trust_anchor_arn
  @trust_anchor_arn
end