Class: Aws::Types::CrlConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#crl_distribution_point_extension_configurationTypes::CrlDistributionPointExtensionConfiguration

Returns the value of attribute crl_distribution_point_extension_configuration.



128
129
130
# File 'sig/types.rbs', line 128

def crl_distribution_point_extension_configuration
  @crl_distribution_point_extension_configuration
end

#crl_type"COMPLETE", "PARTITIONED"

Returns the value of attribute crl_type.

Returns:

  • ("COMPLETE", "PARTITIONED")


129
130
131
# File 'sig/types.rbs', line 129

def crl_type
  @crl_type
end

#custom_cname::String

Returns the value of attribute custom_cname.

Returns:

  • (::String)


125
126
127
# File 'sig/types.rbs', line 125

def custom_cname
  @custom_cname
end

#custom_path::String

Returns the value of attribute custom_path.

Returns:

  • (::String)


130
131
132
# File 'sig/types.rbs', line 130

def custom_path
  @custom_path
end

#enabledBoolean

Returns the value of attribute enabled.

Returns:

  • (Boolean)


123
124
125
# File 'sig/types.rbs', line 123

def enabled
  @enabled
end

#expiration_in_days::Integer

Returns the value of attribute expiration_in_days.

Returns:

  • (::Integer)


124
125
126
# File 'sig/types.rbs', line 124

def expiration_in_days
  @expiration_in_days
end

#s3_bucket_name::String

Returns the value of attribute s3_bucket_name.

Returns:

  • (::String)


126
127
128
# File 'sig/types.rbs', line 126

def s3_bucket_name
  @s3_bucket_name
end

#s3_object_acl"PUBLIC_READ", "BUCKET_OWNER_FULL_CONTROL"

Returns the value of attribute s3_object_acl.

Returns:

  • ("PUBLIC_READ", "BUCKET_OWNER_FULL_CONTROL")


127
128
129
# File 'sig/types.rbs', line 127

def s3_object_acl
  @s3_object_acl
end