Class: Aws::Types::StorageLocation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#binary_prefix_location ⇒ ::String

Returns the value of attribute binary_prefix_location.

Returns:

  • (::String)


817
818
819
# File 'sig/types.rbs', line 817

def binary_prefix_location
  @binary_prefix_location
end

#bucket ⇒ ::String

Returns the value of attribute bucket.

Returns:

  • (::String)


818
819
820
# File 'sig/types.rbs', line 818

def bucket
  @bucket
end

#generated_prefix_location ⇒ ::String

Returns the value of attribute generated_prefix_location.

Returns:

  • (::String)


819
820
821
# File 'sig/types.rbs', line 819

def generated_prefix_location
  @generated_prefix_location
end

#manifest_prefix_location ⇒ ::String

Returns the value of attribute manifest_prefix_location.

Returns:

  • (::String)


820
821
822
# File 'sig/types.rbs', line 820

def manifest_prefix_location
  @manifest_prefix_location
end

#repo_prefix_location ⇒ ::String

Returns the value of attribute repo_prefix_location.

Returns:

  • (::String)


821
822
823
# File 'sig/types.rbs', line 821

def repo_prefix_location
  @repo_prefix_location
end