Module: Aws::DataSync::Client::_DescribeLocationAzureBlobResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeLocationAzureBlobResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #access_tier ⇒ "HOT", ...
- #agent_arns ⇒ ::Array[::String]
- #authentication_type ⇒ "SAS", "NONE"
- #blob_type ⇒ "BLOCK"
- #cmk_secret_config ⇒ Types::CmkSecretConfig
- #creation_time ⇒ ::Time
- #custom_secret_config ⇒ Types::CustomSecretConfig
- #location_arn ⇒ ::String
- #location_uri ⇒ ::String
- #managed_secret_config ⇒ Types::ManagedSecretConfig
Instance Method Details
#access_tier ⇒ "HOT", ...
498 |
# File 'sig/client.rbs', line 498
def access_tier: () -> ("HOT" | "COOL" | "ARCHIVE")
|
#agent_arns ⇒ ::Array[::String]
499 |
# File 'sig/client.rbs', line 499
def agent_arns: () -> ::Array[::String]
|
#authentication_type ⇒ "SAS", "NONE"
496 |
# File 'sig/client.rbs', line 496
def authentication_type: () -> ("SAS" | "NONE")
|
#blob_type ⇒ "BLOCK"
497 |
# File 'sig/client.rbs', line 497
def blob_type: () -> ("BLOCK")
|
#cmk_secret_config ⇒ Types::CmkSecretConfig
502 |
# File 'sig/client.rbs', line 502
def cmk_secret_config: () -> Types::CmkSecretConfig
|
#creation_time ⇒ ::Time
500 |
# File 'sig/client.rbs', line 500
def creation_time: () -> ::Time
|
#custom_secret_config ⇒ Types::CustomSecretConfig
503 |
# File 'sig/client.rbs', line 503
def custom_secret_config: () -> Types::CustomSecretConfig
|
#location_arn ⇒ ::String
494 |
# File 'sig/client.rbs', line 494
def location_arn: () -> ::String
|
#location_uri ⇒ ::String
495 |
# File 'sig/client.rbs', line 495
def location_uri: () -> ::String
|
#managed_secret_config ⇒ Types::ManagedSecretConfig
501 |
# File 'sig/client.rbs', line 501
def managed_secret_config: () -> Types::ManagedSecretConfig
|