Class: Aws::Types::ResourceUri

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#resource_type"JAR", ...

Returns the value of attribute resource_type.

Returns:

  • ("JAR", "FILE", "ARCHIVE")


6328
6329
6330
# File 'sig/types.rbs', line 6328

def resource_type
  @resource_type
end

#uri::String

Returns the value of attribute uri.

Returns:

  • (::String)


6329
6330
6331
# File 'sig/types.rbs', line 6329

def uri
  @uri
end