Class: Aws::Types::View

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:name])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


270
271
272
# File 'sig/types.rbs', line 270

def arn
  @arn
end

#contentTypes::ViewContent

Returns the value of attribute content.

Returns:



273
274
275
# File 'sig/types.rbs', line 273

def content
  @content
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


269
270
271
# File 'sig/types.rbs', line 269

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


271
272
273
# File 'sig/types.rbs', line 271

def name
  @name
end

#version::Integer

Returns the value of attribute version.

Returns:

  • (::Integer)


272
273
274
# File 'sig/types.rbs', line 272

def version
  @version
end