Class: Aws::Types::UpdateLocationAzureBlobRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateLocationAzureBlobRequest
- 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.
-
#custom_secret_config ⇒ Types::CustomSecretConfig
Returns the value of attribute custom_secret_config.
-
#location_arn ⇒ ::String
Returns the value of attribute location_arn.
-
#sas_configuration ⇒ Types::AzureBlobSasConfiguration
Returns the value of attribute sas_configuration.
-
#subdirectory ⇒ ::String
Returns the value of attribute subdirectory.
Instance Attribute Details
#access_tier ⇒ "HOT", ...
Returns the value of attribute access_tier.
979 980 981 |
# File 'sig/types.rbs', line 979 def access_tier @access_tier end |
#agent_arns ⇒ ::Array[::String]
Returns the value of attribute agent_arns.
980 981 982 |
# File 'sig/types.rbs', line 980 def agent_arns @agent_arns end |
#authentication_type ⇒ "SAS", "NONE"
Returns the value of attribute authentication_type.
976 977 978 |
# File 'sig/types.rbs', line 976 def authentication_type @authentication_type end |
#blob_type ⇒ "BLOCK"
Returns the value of attribute blob_type.
978 979 980 |
# File 'sig/types.rbs', line 978 def blob_type @blob_type end |
#cmk_secret_config ⇒ Types::CmkSecretConfig
Returns the value of attribute cmk_secret_config.
981 982 983 |
# File 'sig/types.rbs', line 981 def cmk_secret_config @cmk_secret_config end |
#custom_secret_config ⇒ Types::CustomSecretConfig
Returns the value of attribute custom_secret_config.
982 983 984 |
# File 'sig/types.rbs', line 982 def custom_secret_config @custom_secret_config end |
#location_arn ⇒ ::String
Returns the value of attribute location_arn.
974 975 976 |
# File 'sig/types.rbs', line 974 def location_arn @location_arn end |
#sas_configuration ⇒ Types::AzureBlobSasConfiguration
Returns the value of attribute sas_configuration.
977 978 979 |
# File 'sig/types.rbs', line 977 def sas_configuration @sas_configuration end |
#subdirectory ⇒ ::String
Returns the value of attribute subdirectory.
975 976 977 |
# File 'sig/types.rbs', line 975 def subdirectory @subdirectory end |