Class: Aws::Types::CreateLocationObjectStorageRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateLocationObjectStorageRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access_key ⇒ ::String
Returns the value of attribute access_key.
-
#agent_arns ⇒ ::Array[::String]
Returns the value of attribute agent_arns.
-
#bucket_name ⇒ ::String
Returns the value of attribute bucket_name.
-
#cmk_secret_config ⇒ Types::CmkSecretConfig
Returns the value of attribute cmk_secret_config.
-
#custom_secret_config ⇒ Types::CustomSecretConfig
Returns the value of attribute custom_secret_config.
-
#secret_key ⇒ ::String
Returns the value of attribute secret_key.
-
#server_certificate ⇒ ::String
Returns the value of attribute server_certificate.
-
#server_hostname ⇒ ::String
Returns the value of attribute server_hostname.
-
#server_port ⇒ ::Integer
Returns the value of attribute server_port.
-
#server_protocol ⇒ "HTTPS", "HTTP"
Returns the value of attribute server_protocol.
-
#subdirectory ⇒ ::String
Returns the value of attribute subdirectory.
-
#tags ⇒ ::Array[Types::TagListEntry]
Returns the value of attribute tags.
Instance Attribute Details
#access_key ⇒ ::String
Returns the value of attribute access_key.
191 192 193 |
# File 'sig/types.rbs', line 191 def access_key @access_key end |
#agent_arns ⇒ ::Array[::String]
Returns the value of attribute agent_arns.
193 194 195 |
# File 'sig/types.rbs', line 193 def agent_arns @agent_arns end |
#bucket_name ⇒ ::String
Returns the value of attribute bucket_name.
190 191 192 |
# File 'sig/types.rbs', line 190 def bucket_name @bucket_name end |
#cmk_secret_config ⇒ Types::CmkSecretConfig
Returns the value of attribute cmk_secret_config.
196 197 198 |
# File 'sig/types.rbs', line 196 def cmk_secret_config @cmk_secret_config end |
#custom_secret_config ⇒ Types::CustomSecretConfig
Returns the value of attribute custom_secret_config.
197 198 199 |
# File 'sig/types.rbs', line 197 def custom_secret_config @custom_secret_config end |
#secret_key ⇒ ::String
Returns the value of attribute secret_key.
192 193 194 |
# File 'sig/types.rbs', line 192 def secret_key @secret_key end |
#server_certificate ⇒ ::String
Returns the value of attribute server_certificate.
195 196 197 |
# File 'sig/types.rbs', line 195 def server_certificate @server_certificate end |
#server_hostname ⇒ ::String
Returns the value of attribute server_hostname.
186 187 188 |
# File 'sig/types.rbs', line 186 def server_hostname @server_hostname end |
#server_port ⇒ ::Integer
Returns the value of attribute server_port.
187 188 189 |
# File 'sig/types.rbs', line 187 def server_port @server_port end |
#server_protocol ⇒ "HTTPS", "HTTP"
Returns the value of attribute server_protocol.
188 189 190 |
# File 'sig/types.rbs', line 188 def server_protocol @server_protocol end |
#subdirectory ⇒ ::String
Returns the value of attribute subdirectory.
189 190 191 |
# File 'sig/types.rbs', line 189 def subdirectory @subdirectory end |
#tags ⇒ ::Array[Types::TagListEntry]
Returns the value of attribute tags.
194 195 196 |
# File 'sig/types.rbs', line 194 def @tags end |