Class: Aws::Types::NeptuneSettings
- Inherits:
-
Object
- Object
- Aws::Types::NeptuneSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error_retry_duration ⇒ ::Integer
Returns the value of attribute error_retry_duration.
-
#iam_auth_enabled ⇒ Boolean
Returns the value of attribute iam_auth_enabled.
-
#max_file_size ⇒ ::Integer
Returns the value of attribute max_file_size.
-
#max_retry_count ⇒ ::Integer
Returns the value of attribute max_retry_count.
-
#s3_bucket_folder ⇒ ::String
Returns the value of attribute s3_bucket_folder.
-
#s3_bucket_name ⇒ ::String
Returns the value of attribute s3_bucket_name.
-
#service_access_role_arn ⇒ ::String
Returns the value of attribute service_access_role_arn.
Instance Attribute Details
#error_retry_duration ⇒ ::Integer
Returns the value of attribute error_retry_duration.
2116 2117 2118 |
# File 'sig/types.rbs', line 2116 def error_retry_duration @error_retry_duration end |
#iam_auth_enabled ⇒ Boolean
Returns the value of attribute iam_auth_enabled.
2119 2120 2121 |
# File 'sig/types.rbs', line 2119 def iam_auth_enabled @iam_auth_enabled end |
#max_file_size ⇒ ::Integer
Returns the value of attribute max_file_size.
2117 2118 2119 |
# File 'sig/types.rbs', line 2117 def max_file_size @max_file_size end |
#max_retry_count ⇒ ::Integer
Returns the value of attribute max_retry_count.
2118 2119 2120 |
# File 'sig/types.rbs', line 2118 def max_retry_count @max_retry_count end |
#s3_bucket_folder ⇒ ::String
Returns the value of attribute s3_bucket_folder.
2115 2116 2117 |
# File 'sig/types.rbs', line 2115 def s3_bucket_folder @s3_bucket_folder end |
#s3_bucket_name ⇒ ::String
Returns the value of attribute s3_bucket_name.
2114 2115 2116 |
# File 'sig/types.rbs', line 2114 def s3_bucket_name @s3_bucket_name end |
#service_access_role_arn ⇒ ::String
Returns the value of attribute service_access_role_arn.
2113 2114 2115 |
# File 'sig/types.rbs', line 2113 def service_access_role_arn @service_access_role_arn end |