Class: Aws::Types::UpdateLocationAzureBlobRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#access_tier"HOT", ...

Returns the value of attribute access_tier.

Returns:

  • ("HOT", "COOL", "ARCHIVE")


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • ("SAS", "NONE")


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.

Returns:

  • ("BLOCK")


978
979
980
# File 'sig/types.rbs', line 978

def blob_type
  @blob_type
end

#cmk_secret_configTypes::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_configTypes::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.

Returns:

  • (::String)


974
975
976
# File 'sig/types.rbs', line 974

def location_arn
  @location_arn
end

#sas_configurationTypes::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.

Returns:

  • (::String)


975
976
977
# File 'sig/types.rbs', line 975

def subdirectory
  @subdirectory
end