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)


9605
9606
9607
# File 'sig/types.rbs', line 9605

def arn
  @arn
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


9606
9607
9608
# File 'sig/types.rbs', line 9606

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


9604
9605
9606
# File 'sig/types.rbs', line 9604

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


9607
9608
9609
# File 'sig/types.rbs', line 9607

def name
  @name
end

#type"CUSTOMER_MANAGED", "AWS_MANAGED"

Returns the value of attribute type.

Returns:

  • ("CUSTOMER_MANAGED", "AWS_MANAGED")


9608
9609
9610
# File 'sig/types.rbs', line 9608

def type
  @type
end

#version::Integer

Returns the value of attribute version.

Returns:

  • (::Integer)


9609
9610
9611
# File 'sig/types.rbs', line 9609

def version
  @version
end

#version_description::String

Returns the value of attribute version_description.

Returns:

  • (::String)


9610
9611
9612
# File 'sig/types.rbs', line 9610

def version_description
  @version_description
end