Class: Aws::Types::CrlConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::CrlConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#crl_distribution_point_extension_configuration ⇒ Types::CrlDistributionPointExtensionConfiguration
Returns the value of attribute crl_distribution_point_extension_configuration.
-
#crl_type ⇒ "COMPLETE", "PARTITIONED"
Returns the value of attribute crl_type.
-
#custom_cname ⇒ ::String
Returns the value of attribute custom_cname.
-
#custom_path ⇒ ::String
Returns the value of attribute custom_path.
-
#enabled ⇒ Boolean
Returns the value of attribute enabled.
-
#expiration_in_days ⇒ ::Integer
Returns the value of attribute expiration_in_days.
-
#s3_bucket_name ⇒ ::String
Returns the value of attribute s3_bucket_name.
-
#s3_object_acl ⇒ "PUBLIC_READ", "BUCKET_OWNER_FULL_CONTROL"
Returns the value of attribute s3_object_acl.
Instance Attribute Details
#crl_distribution_point_extension_configuration ⇒ Types::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.
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.
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.
130 131 132 |
# File 'sig/types.rbs', line 130 def custom_path @custom_path end |
#enabled ⇒ Boolean
Returns the value of attribute enabled.
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.
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.
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.
127 128 129 |
# File 'sig/types.rbs', line 127 def s3_object_acl @s3_object_acl end |