Class: Aws::Types::CreateLocationAzureBlobRequest

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")


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • ("SAS", "NONE")


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.

Returns:

  • ("BLOCK")


57
58
59
# File 'sig/types.rbs', line 57

def blob_type
  @blob_type
end

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

Returns:

  • (::String)


54
55
56
# File 'sig/types.rbs', line 54

def container_url
  @container_url
end

#custom_secret_configTypes::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_configurationTypes::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.

Returns:

  • (::String)


59
60
61
# File 'sig/types.rbs', line 59

def subdirectory
  @subdirectory
end

#tags::Array[Types::TagListEntry]

Returns the value of attribute tags.

Returns:



61
62
63
# File 'sig/types.rbs', line 61

def tags
  @tags
end