Class: Aws::Types::CaCertificatesBundleS3Location

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bucket::String

Returns the value of attribute bucket.

Returns:

  • (::String)


130
131
132
# File 'sig/types.rbs', line 130

def bucket
  @bucket
end

#key::String

Returns the value of attribute key.

Returns:

  • (::String)


131
132
133
# File 'sig/types.rbs', line 131

def key
  @key
end

#region::String

Returns the value of attribute region.

Returns:

  • (::String)


132
133
134
# File 'sig/types.rbs', line 132

def region
  @region
end

#version::String

Returns the value of attribute version.

Returns:

  • (::String)


133
134
135
# File 'sig/types.rbs', line 133

def version
  @version
end