Class: Aws::Types::ReferenceInput

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)


1357
1358
1359
# File 'sig/types.rbs', line 1357

def association_id
  @association_id
end

#reference_id::String

Returns the value of attribute reference_id.

Returns:

  • (::String)


1355
1356
1357
# File 'sig/types.rbs', line 1355

def reference_id
  @reference_id
end

#reference_url::String

Returns the value of attribute reference_url.

Returns:

  • (::String)


1356
1357
1358
# File 'sig/types.rbs', line 1356

def reference_url
  @reference_url
end

#system::String

Returns the value of attribute system.

Returns:

  • (::String)


1353
1354
1355
# File 'sig/types.rbs', line 1353

def system
  @system
end

#title::String

Returns the value of attribute title.

Returns:

  • (::String)


1354
1355
1356
# File 'sig/types.rbs', line 1354

def title
  @title
end