Class: Aws::Types::DescribeLocationS3Response

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#agent_arns::Array[::String]

Returns the value of attribute agent_arns.

Returns:

  • (::Array[::String])


477
478
479
# File 'sig/types.rbs', line 477

def agent_arns
  @agent_arns
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


478
479
480
# File 'sig/types.rbs', line 478

def creation_time
  @creation_time
end

#location_arn::String

Returns the value of attribute location_arn.

Returns:

  • (::String)


473
474
475
# File 'sig/types.rbs', line 473

def location_arn
  @location_arn
end

#location_uri::String

Returns the value of attribute location_uri.

Returns:

  • (::String)


474
475
476
# File 'sig/types.rbs', line 474

def location_uri
  @location_uri
end

#s3_configTypes::S3Config

Returns the value of attribute s3_config.

Returns:



476
477
478
# File 'sig/types.rbs', line 476

def s3_config
  @s3_config
end

#s3_storage_class"STANDARD", ...

Returns the value of attribute s3_storage_class.

Returns:

  • ("STANDARD", "STANDARD_IA", "ONEZONE_IA", "INTELLIGENT_TIERING", "GLACIER", "DEEP_ARCHIVE", "OUTPOSTS", "GLACIER_INSTANT_RETRIEVAL")


475
476
477
# File 'sig/types.rbs', line 475

def s3_storage_class
  @s3_storage_class
end