Class: Aws::Types::UpdateLocationObjectStorageRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateLocationObjectStorageRequest
- 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.
-
#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.
-
#location_arn ⇒ ::String
Returns the value of attribute location_arn.
-
#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.
Instance Attribute Details
#access_key ⇒ ::String
Returns the value of attribute access_key.
1084 1085 1086 |
# File 'sig/types.rbs', line 1084 def access_key @access_key end |
#agent_arns ⇒ ::Array[::String]
Returns the value of attribute agent_arns.
1086 1087 1088 |
# File 'sig/types.rbs', line 1086 def agent_arns @agent_arns end |
#cmk_secret_config ⇒ Types::CmkSecretConfig
Returns the value of attribute cmk_secret_config.
1088 1089 1090 |
# File 'sig/types.rbs', line 1088 def cmk_secret_config @cmk_secret_config end |
#custom_secret_config ⇒ Types::CustomSecretConfig
Returns the value of attribute custom_secret_config.
1089 1090 1091 |
# File 'sig/types.rbs', line 1089 def custom_secret_config @custom_secret_config end |
#location_arn ⇒ ::String
Returns the value of attribute location_arn.
1079 1080 1081 |
# File 'sig/types.rbs', line 1079 def location_arn @location_arn end |
#secret_key ⇒ ::String
Returns the value of attribute secret_key.
1085 1086 1087 |
# File 'sig/types.rbs', line 1085 def secret_key @secret_key end |
#server_certificate ⇒ ::String
Returns the value of attribute server_certificate.
1087 1088 1089 |
# File 'sig/types.rbs', line 1087 def server_certificate @server_certificate end |
#server_hostname ⇒ ::String
Returns the value of attribute server_hostname.
1083 1084 1085 |
# File 'sig/types.rbs', line 1083 def server_hostname @server_hostname end |
#server_port ⇒ ::Integer
Returns the value of attribute server_port.
1080 1081 1082 |
# File 'sig/types.rbs', line 1080 def server_port @server_port end |
#server_protocol ⇒ "HTTPS", "HTTP"
Returns the value of attribute server_protocol.
1081 1082 1083 |
# File 'sig/types.rbs', line 1081 def server_protocol @server_protocol end |
#subdirectory ⇒ ::String
Returns the value of attribute subdirectory.
1082 1083 1084 |
# File 'sig/types.rbs', line 1082 def subdirectory @subdirectory end |