Class: Aws::Types::View

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:filters])

Instance Attribute Summary collapse

Instance Attribute Details

#filtersTypes::SearchFilter

Returns the value of attribute filters.

Returns:



546
547
548
# File 'sig/types.rbs', line 546

def filters
  @filters
end

#included_properties::Array[Types::IncludedProperty]

Returns the value of attribute included_properties.

Returns:



545
546
547
# File 'sig/types.rbs', line 545

def included_properties
  @included_properties
end

#last_updated_at::Time

Returns the value of attribute last_updated_at.

Returns:

  • (::Time)


543
544
545
# File 'sig/types.rbs', line 543

def last_updated_at
  @last_updated_at
end

#owner::String

Returns the value of attribute owner.

Returns:

  • (::String)


542
543
544
# File 'sig/types.rbs', line 542

def owner
  @owner
end

#scope::String

Returns the value of attribute scope.

Returns:

  • (::String)


544
545
546
# File 'sig/types.rbs', line 544

def scope
  @scope
end

#view_arn::String

Returns the value of attribute view_arn.

Returns:

  • (::String)


540
541
542
# File 'sig/types.rbs', line 540

def view_arn
  @view_arn
end

#view_name::String

Returns the value of attribute view_name.

Returns:

  • (::String)


541
542
543
# File 'sig/types.rbs', line 541

def view_name
  @view_name
end