Class: Aws::Types::ViewVersionSummary

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)


9448
9449
9450
# File 'sig/types.rbs', line 9448

def arn
  @arn
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


9449
9450
9451
# File 'sig/types.rbs', line 9449

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


9447
9448
9449
# File 'sig/types.rbs', line 9447

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


9450
9451
9452
# File 'sig/types.rbs', line 9450

def name
  @name
end

#type"CUSTOMER_MANAGED", "AWS_MANAGED"

Returns the value of attribute type.

Returns:

  • ("CUSTOMER_MANAGED", "AWS_MANAGED")


9451
9452
9453
# File 'sig/types.rbs', line 9451

def type
  @type
end

#version::Integer

Returns the value of attribute version.

Returns:

  • (::Integer)


9452
9453
9454
# File 'sig/types.rbs', line 9452

def version
  @version
end

#version_description::String

Returns the value of attribute version_description.

Returns:

  • (::String)


9453
9454
9455
# File 'sig/types.rbs', line 9453

def version_description
  @version_description
end