Class: Aws::Types::DescribeLocationAzureBlobResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeLocationAzureBlobResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access_tier ⇒ "HOT", ...
Returns the value of attribute access_tier.
-
#agent_arns ⇒ ::Array[::String]
Returns the value of attribute agent_arns.
-
#authentication_type ⇒ "SAS", "NONE"
Returns the value of attribute authentication_type.
-
#blob_type ⇒ "BLOCK"
Returns the value of attribute blob_type.
-
#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.
Instance Attribute Details
#access_tier ⇒ "HOT", ...
Returns the value of attribute access_tier.
323 324 325 |
# File 'sig/types.rbs', line 323 def access_tier @access_tier end |
#agent_arns ⇒ ::Array[::String]
Returns the value of attribute agent_arns.
324 325 326 |
# File 'sig/types.rbs', line 324 def agent_arns @agent_arns end |
#authentication_type ⇒ "SAS", "NONE"
Returns the value of attribute authentication_type.
321 322 323 |
# File 'sig/types.rbs', line 321 def authentication_type @authentication_type end |
#blob_type ⇒ "BLOCK"
Returns the value of attribute blob_type.
322 323 324 |
# File 'sig/types.rbs', line 322 def blob_type @blob_type end |
#cmk_secret_config ⇒ Types::CmkSecretConfig
Returns the value of attribute cmk_secret_config.
327 328 329 |
# File 'sig/types.rbs', line 327 def cmk_secret_config @cmk_secret_config end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
325 326 327 |
# File 'sig/types.rbs', line 325 def creation_time @creation_time end |
#custom_secret_config ⇒ Types::CustomSecretConfig
Returns the value of attribute custom_secret_config.
328 329 330 |
# File 'sig/types.rbs', line 328 def custom_secret_config @custom_secret_config end |
#location_arn ⇒ ::String
Returns the value of attribute location_arn.
319 320 321 |
# File 'sig/types.rbs', line 319 def location_arn @location_arn end |
#location_uri ⇒ ::String
Returns the value of attribute location_uri.
320 321 322 |
# File 'sig/types.rbs', line 320 def location_uri @location_uri end |
#managed_secret_config ⇒ Types::ManagedSecretConfig
Returns the value of attribute managed_secret_config.
326 327 328 |
# File 'sig/types.rbs', line 326 def managed_secret_config @managed_secret_config end |