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)


9625
9626
9627
# File 'sig/types.rbs', line 9625

def arn
  @arn
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


9626
9627
9628
# File 'sig/types.rbs', line 9626

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


9624
9625
9626
# File 'sig/types.rbs', line 9624

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


9627
9628
9629
# File 'sig/types.rbs', line 9627

def name
  @name
end

#type"CUSTOMER_MANAGED", "AWS_MANAGED"

Returns the value of attribute type.

Returns:

  • ("CUSTOMER_MANAGED", "AWS_MANAGED")


9628
9629
9630
# File 'sig/types.rbs', line 9628

def type
  @type
end

#version::Integer

Returns the value of attribute version.

Returns:

  • (::Integer)


9629
9630
9631
# File 'sig/types.rbs', line 9629

def version
  @version
end

#version_description::String

Returns the value of attribute version_description.

Returns:

  • (::String)


9630
9631
9632
# File 'sig/types.rbs', line 9630

def version_description
  @version_description
end