Class: Aws::Types::DescribeLocationObjectStorageResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeLocationObjectStorageResponse
- 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.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#custom_secret_config ⇒ Types::CustomSecretConfig
Returns the value of attribute custom_secret_config.
-
#location_arn ⇒ ::String
Returns the value of attribute location_arn.
-
#location_uri ⇒ ::String
Returns the value of attribute location_uri.
-
#managed_secret_config ⇒ Types::ManagedSecretConfig
Returns the value of attribute managed_secret_config.
-
#server_certificate ⇒ ::String
Returns the value of attribute server_certificate.
-
#server_port ⇒ ::Integer
Returns the value of attribute server_port.
-
#server_protocol ⇒ "HTTPS", "HTTP"
Returns the value of attribute server_protocol.
Instance Attribute Details
#access_key ⇒ ::String
Returns the value of attribute access_key.
455 456 457 |
# File 'sig/types.rbs', line 455 def access_key @access_key end |
#agent_arns ⇒ ::Array[::String]
Returns the value of attribute agent_arns.
458 459 460 |
# File 'sig/types.rbs', line 458 def agent_arns @agent_arns end |
#cmk_secret_config ⇒ Types::CmkSecretConfig
Returns the value of attribute cmk_secret_config.
462 463 464 |
# File 'sig/types.rbs', line 462 def cmk_secret_config @cmk_secret_config end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
459 460 461 |
# File 'sig/types.rbs', line 459 def creation_time @creation_time end |
#custom_secret_config ⇒ Types::CustomSecretConfig
Returns the value of attribute custom_secret_config.
463 464 465 |
# File 'sig/types.rbs', line 463 def custom_secret_config @custom_secret_config end |
#location_arn ⇒ ::String
Returns the value of attribute location_arn.
453 454 455 |
# File 'sig/types.rbs', line 453 def location_arn @location_arn end |
#location_uri ⇒ ::String
Returns the value of attribute location_uri.
454 455 456 |
# File 'sig/types.rbs', line 454 def location_uri @location_uri end |
#managed_secret_config ⇒ Types::ManagedSecretConfig
Returns the value of attribute managed_secret_config.
461 462 463 |
# File 'sig/types.rbs', line 461 def managed_secret_config @managed_secret_config end |
#server_certificate ⇒ ::String
Returns the value of attribute server_certificate.
460 461 462 |
# File 'sig/types.rbs', line 460 def server_certificate @server_certificate end |
#server_port ⇒ ::Integer
Returns the value of attribute server_port.
456 457 458 |
# File 'sig/types.rbs', line 456 def server_port @server_port end |
#server_protocol ⇒ "HTTPS", "HTTP"
Returns the value of attribute server_protocol.
457 458 459 |
# File 'sig/types.rbs', line 457 def server_protocol @server_protocol end |