Class: Aws::Types::ReferenceOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#association_id::String

Returns the value of attribute association_id.

Returns:

  • (::String)


1366
1367
1368
# File 'sig/types.rbs', line 1366

def association_id
  @association_id
end

#reference_id::String

Returns the value of attribute reference_id.

Returns:

  • (::String)


1364
1365
1366
# File 'sig/types.rbs', line 1364

def reference_id
  @reference_id
end

#reference_url::String

Returns the value of attribute reference_url.

Returns:

  • (::String)


1365
1366
1367
# File 'sig/types.rbs', line 1365

def reference_url
  @reference_url
end

#system::String

Returns the value of attribute system.

Returns:

  • (::String)


1362
1363
1364
# File 'sig/types.rbs', line 1362

def system
  @system
end

#title::String

Returns the value of attribute title.

Returns:

  • (::String)


1363
1364
1365
# File 'sig/types.rbs', line 1363

def title
  @title
end