Class: Aws::Types::ListLinksItem

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn ⇒ ::String

Returns the value of attribute arn.

Returns:

  • (::String)


157
158
159
# File 'sig/types.rbs', line 157

def arn
  @arn
end

#id ⇒ ::String

Returns the value of attribute id.

Returns:

  • (::String)


158
159
160
# File 'sig/types.rbs', line 158

def id
  @id
end

#label ⇒ ::String

Returns the value of attribute label.

Returns:

  • (::String)


159
160
161
# File 'sig/types.rbs', line 159

def label
  @label
end

#resource_types ⇒ ::Array[::String]

Returns the value of attribute resource_types.

Returns:

  • (::Array[::String])


160
161
162
# File 'sig/types.rbs', line 160

def resource_types
  @resource_types
end

#sink_arn ⇒ ::String

Returns the value of attribute sink_arn.

Returns:

  • (::String)


161
162
163
# File 'sig/types.rbs', line 161

def sink_arn
  @sink_arn
end