Class: Aws::Types::DescribeLocationAzureBlobResponse

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


323
324
325
# File 'sig/types.rbs', line 323

def access_tier
  @access_tier
end

#agent_arns::Array[::String]

Returns the value of attribute agent_arns.

Returns:

  • (::Array[::String])


324
325
326
# File 'sig/types.rbs', line 324

def agent_arns
  @agent_arns
end

#authentication_type"SAS", "NONE"

Returns the value of attribute authentication_type.

Returns:

  • ("SAS", "NONE")


321
322
323
# File 'sig/types.rbs', line 321

def authentication_type
  @authentication_type
end

#blob_type"BLOCK"

Returns the value of attribute blob_type.

Returns:

  • ("BLOCK")


322
323
324
# File 'sig/types.rbs', line 322

def blob_type
  @blob_type
end

#cmk_secret_configTypes::CmkSecretConfig

Returns the value of attribute cmk_secret_config.



327
328
329
# File 'sig/types.rbs', line 327

def cmk_secret_config
  @cmk_secret_config
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


325
326
327
# File 'sig/types.rbs', line 325

def creation_time
  @creation_time
end

#custom_secret_configTypes::CustomSecretConfig

Returns the value of attribute custom_secret_config.



328
329
330
# File 'sig/types.rbs', line 328

def custom_secret_config
  @custom_secret_config
end

#location_arn::String

Returns the value of attribute location_arn.

Returns:

  • (::String)


319
320
321
# File 'sig/types.rbs', line 319

def location_arn
  @location_arn
end

#location_uri::String

Returns the value of attribute location_uri.

Returns:

  • (::String)


320
321
322
# File 'sig/types.rbs', line 320

def location_uri
  @location_uri
end

#managed_secret_configTypes::ManagedSecretConfig

Returns the value of attribute managed_secret_config.



326
327
328
# File 'sig/types.rbs', line 326

def managed_secret_config
  @managed_secret_config
end