Class: Aws::Types::GetRouterInputThumbnailResponse

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)


887
888
889
# File 'sig/types.rbs', line 887

def arn
  @arn
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


888
889
890
# File 'sig/types.rbs', line 888

def name
  @name
end

#thumbnail_detailsTypes::RouterInputThumbnailDetails

Returns the value of attribute thumbnail_details.



889
890
891
# File 'sig/types.rbs', line 889

def thumbnail_details
  @thumbnail_details
end