Class: Aws::Types::MavenReference

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#artifact_id::String

Returns the value of attribute artifact_id.

Returns:

  • (::String)


929
930
931
# File 'sig/types.rbs', line 929

def artifact_id
  @artifact_id
end

#group_id::String

Returns the value of attribute group_id.

Returns:

  • (::String)


928
929
930
# File 'sig/types.rbs', line 928

def group_id
  @group_id
end

#version::String

Returns the value of attribute version.

Returns:

  • (::String)


930
931
932
# File 'sig/types.rbs', line 930

def version
  @version
end