Class: Aws::Types::ViewSummary

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)


9438
9439
9440
# File 'sig/types.rbs', line 9438

def arn
  @arn
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


9442
9443
9444
# File 'sig/types.rbs', line 9442

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


9437
9438
9439
# File 'sig/types.rbs', line 9437

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


9439
9440
9441
# File 'sig/types.rbs', line 9439

def name
  @name
end

#status"PUBLISHED", "SAVED"

Returns the value of attribute status.

Returns:

  • ("PUBLISHED", "SAVED")


9441
9442
9443
# File 'sig/types.rbs', line 9441

def status
  @status
end

#type"CUSTOMER_MANAGED", "AWS_MANAGED"

Returns the value of attribute type.

Returns:

  • ("CUSTOMER_MANAGED", "AWS_MANAGED")


9440
9441
9442
# File 'sig/types.rbs', line 9440

def type
  @type
end