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)


9577
9578
9579
# File 'sig/types.rbs', line 9577

def arn
  @arn
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


9581
9582
9583
# File 'sig/types.rbs', line 9581

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


9576
9577
9578
# File 'sig/types.rbs', line 9576

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


9578
9579
9580
# File 'sig/types.rbs', line 9578

def name
  @name
end

#status"PUBLISHED", "SAVED"

Returns the value of attribute status.

Returns:

  • ("PUBLISHED", "SAVED")


9580
9581
9582
# File 'sig/types.rbs', line 9580

def status
  @status
end

#type"CUSTOMER_MANAGED", "AWS_MANAGED"

Returns the value of attribute type.

Returns:

  • ("CUSTOMER_MANAGED", "AWS_MANAGED")


9579
9580
9581
# File 'sig/types.rbs', line 9579

def type
  @type
end