Class: Aws::Types::MavenReference
- Inherits:
-
Object
- Object
- Aws::Types::MavenReference
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#artifact_id ⇒ ::String
Returns the value of attribute artifact_id.
-
#group_id ⇒ ::String
Returns the value of attribute group_id.
-
#version ⇒ ::String
Returns the value of attribute version.
Instance Attribute Details
#artifact_id ⇒ ::String
Returns the value of attribute artifact_id.
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.
928 929 930 |
# File 'sig/types.rbs', line 928 def group_id @group_id end |
#version ⇒ ::String
Returns the value of attribute version.
930 931 932 |
# File 'sig/types.rbs', line 930 def version @version end |