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)


9474
9475
9476
# File 'sig/types.rbs', line 9474

def arn
  @arn
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


9475
9476
9477
# File 'sig/types.rbs', line 9475

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


9473
9474
9475
# File 'sig/types.rbs', line 9473

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


9476
9477
9478
# File 'sig/types.rbs', line 9476

def name
  @name
end

#type"CUSTOMER_MANAGED", "AWS_MANAGED"

Returns the value of attribute type.

Returns:

  • ("CUSTOMER_MANAGED", "AWS_MANAGED")


9477
9478
9479
# File 'sig/types.rbs', line 9477

def type
  @type
end

#version::Integer

Returns the value of attribute version.

Returns:

  • (::Integer)


9478
9479
9480
# File 'sig/types.rbs', line 9478

def version
  @version
end

#version_description::String

Returns the value of attribute version_description.

Returns:

  • (::String)


9479
9480
9481
# File 'sig/types.rbs', line 9479

def version_description
  @version_description
end