Class: Aws::Types::ManagedView

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:



357
358
359
# File 'sig/types.rbs', line 357

def filters
  @filters
end

#included_properties::Array[Types::IncludedProperty]

Returns the value of attribute included_properties.

Returns:



356
357
358
# File 'sig/types.rbs', line 356

def included_properties
  @included_properties
end

#last_updated_at::Time

Returns the value of attribute last_updated_at.

Returns:

  • (::Time)


353
354
355
# File 'sig/types.rbs', line 353

def last_updated_at
  @last_updated_at
end

#managed_view_arn::String

Returns the value of attribute managed_view_arn.

Returns:

  • (::String)


350
351
352
# File 'sig/types.rbs', line 350

def managed_view_arn
  @managed_view_arn
end

#managed_view_name::String

Returns the value of attribute managed_view_name.

Returns:

  • (::String)


351
352
353
# File 'sig/types.rbs', line 351

def managed_view_name
  @managed_view_name
end

#owner::String

Returns the value of attribute owner.

Returns:

  • (::String)


354
355
356
# File 'sig/types.rbs', line 354

def owner
  @owner
end

#resource_policy::String

Returns the value of attribute resource_policy.

Returns:

  • (::String)


358
359
360
# File 'sig/types.rbs', line 358

def resource_policy
  @resource_policy
end

#scope::String

Returns the value of attribute scope.

Returns:

  • (::String)


355
356
357
# File 'sig/types.rbs', line 355

def scope
  @scope
end

#trusted_service::String

Returns the value of attribute trusted_service.

Returns:

  • (::String)


352
353
354
# File 'sig/types.rbs', line 352

def trusted_service
  @trusted_service
end

#version::String

Returns the value of attribute version.

Returns:

  • (::String)


359
360
361
# File 'sig/types.rbs', line 359

def version
  @version
end