Class: Aws::Types::SubscribedAssetListing

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#asset_scopeTypes::AssetScope

Returns the value of attribute asset_scope.

Returns:



6069
6070
6071
# File 'sig/types.rbs', line 6069

def asset_scope
  @asset_scope
end

#entity_id::String

Returns the value of attribute entity_id.

Returns:

  • (::String)


6064
6065
6066
# File 'sig/types.rbs', line 6064

def entity_id
  @entity_id
end

#entity_revision::String

Returns the value of attribute entity_revision.

Returns:

  • (::String)


6065
6066
6067
# File 'sig/types.rbs', line 6065

def entity_revision
  @entity_revision
end

#entity_type::String

Returns the value of attribute entity_type.

Returns:

  • (::String)


6066
6067
6068
# File 'sig/types.rbs', line 6066

def entity_type
  @entity_type
end

#forms::String

Returns the value of attribute forms.

Returns:

  • (::String)


6067
6068
6069
# File 'sig/types.rbs', line 6067

def forms
  @forms
end

#glossary_terms::Array[Types::DetailedGlossaryTerm]

Returns the value of attribute glossary_terms.

Returns:



6068
6069
6070
# File 'sig/types.rbs', line 6068

def glossary_terms
  @glossary_terms
end

#permissionsTypes::Permissions

Returns the value of attribute permissions.

Returns:



6070
6071
6072
# File 'sig/types.rbs', line 6070

def permissions
  @permissions
end