Class: Aws::Types::LaunchPathSummary

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#constraint_summaries::Array[Types::ConstraintSummary]

Returns the value of attribute constraint_summaries.

Returns:



771
772
773
# File 'sig/types.rbs', line 771

def constraint_summaries
  @constraint_summaries
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


770
771
772
# File 'sig/types.rbs', line 770

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


773
774
775
# File 'sig/types.rbs', line 773

def name
  @name
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



772
773
774
# File 'sig/types.rbs', line 772

def tags
  @tags
end