Class: Aws::Types::SubscribedAssetListing
- Inherits:
-
Object
- Object
- Aws::Types::SubscribedAssetListing
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#asset_scope ⇒ Types::AssetScope
Returns the value of attribute asset_scope.
-
#entity_id ⇒ ::String
Returns the value of attribute entity_id.
-
#entity_revision ⇒ ::String
Returns the value of attribute entity_revision.
-
#entity_type ⇒ ::String
Returns the value of attribute entity_type.
-
#forms ⇒ ::String
Returns the value of attribute forms.
-
#glossary_terms ⇒ ::Array[Types::DetailedGlossaryTerm]
Returns the value of attribute glossary_terms.
-
#permissions ⇒ Types::Permissions
Returns the value of attribute permissions.
Instance Attribute Details
#asset_scope ⇒ Types::AssetScope
Returns the value of attribute asset_scope.
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.
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.
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.
6066 6067 6068 |
# File 'sig/types.rbs', line 6066 def entity_type @entity_type end |
#forms ⇒ ::String
Returns the value of attribute forms.
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.
6068 6069 6070 |
# File 'sig/types.rbs', line 6068 def glossary_terms @glossary_terms end |
#permissions ⇒ Types::Permissions
Returns the value of attribute permissions.
6070 6071 6072 |
# File 'sig/types.rbs', line 6070 def @permissions end |