Class: Aws::Types::CreateLocationAzureBlobRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateLocationAzureBlobRequest
- 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.
-
#container_url ⇒ ::String
Returns the value of attribute container_url.
-
#custom_secret_config ⇒ Types::CustomSecretConfig
Returns the value of attribute custom_secret_config.
-
#sas_configuration ⇒ Types::AzureBlobSasConfiguration
Returns the value of attribute sas_configuration.
-
#subdirectory ⇒ ::String
Returns the value of attribute subdirectory.
-
#tags ⇒ ::Array[Types::TagListEntry]
Returns the value of attribute tags.
Instance Attribute Details
#access_tier ⇒ "HOT", ...
Returns the value of attribute access_tier.
58 59 60 |
# File 'sig/types.rbs', line 58 def access_tier @access_tier end |
#agent_arns ⇒ ::Array[::String]
Returns the value of attribute agent_arns.
60 61 62 |
# File 'sig/types.rbs', line 60 def agent_arns @agent_arns end |
#authentication_type ⇒ "SAS", "NONE"
Returns the value of attribute authentication_type.
55 56 57 |
# File 'sig/types.rbs', line 55 def authentication_type @authentication_type end |
#blob_type ⇒ "BLOCK"
Returns the value of attribute blob_type.
57 58 59 |
# File 'sig/types.rbs', line 57 def blob_type @blob_type end |
#cmk_secret_config ⇒ Types::CmkSecretConfig
Returns the value of attribute cmk_secret_config.
62 63 64 |
# File 'sig/types.rbs', line 62 def cmk_secret_config @cmk_secret_config end |
#container_url ⇒ ::String
Returns the value of attribute container_url.
54 55 56 |
# File 'sig/types.rbs', line 54 def container_url @container_url end |
#custom_secret_config ⇒ Types::CustomSecretConfig
Returns the value of attribute custom_secret_config.
63 64 65 |
# File 'sig/types.rbs', line 63 def custom_secret_config @custom_secret_config end |
#sas_configuration ⇒ Types::AzureBlobSasConfiguration
Returns the value of attribute sas_configuration.
56 57 58 |
# File 'sig/types.rbs', line 56 def sas_configuration @sas_configuration end |
#subdirectory ⇒ ::String
Returns the value of attribute subdirectory.
59 60 61 |
# File 'sig/types.rbs', line 59 def subdirectory @subdirectory end |
#tags ⇒ ::Array[Types::TagListEntry]
Returns the value of attribute tags.
61 62 63 |
# File 'sig/types.rbs', line 61 def @tags end |