Class: Aws::Types::Assets
- Inherits:
-
Object
- Object
- Aws::Types::Assets
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#actors ⇒ ::Array[Types::Actor]
Returns the value of attribute actors.
-
#documents ⇒ ::Array[Types::DocumentInfo]
Returns the value of attribute documents.
-
#endpoints ⇒ ::Array[Types::Endpoint]
Returns the value of attribute endpoints.
-
#integrated_repositories ⇒ ::Array[Types::IntegratedRepository]
Returns the value of attribute integrated_repositories.
-
#source_code ⇒ ::Array[Types::SourceCodeRepository]
Returns the value of attribute source_code.
Instance Attribute Details
#actors ⇒ ::Array[Types::Actor]
Returns the value of attribute actors.
99 100 101 |
# File 'sig/types.rbs', line 99 def actors @actors end |
#documents ⇒ ::Array[Types::DocumentInfo]
Returns the value of attribute documents.
100 101 102 |
# File 'sig/types.rbs', line 100 def documents @documents end |
#endpoints ⇒ ::Array[Types::Endpoint]
Returns the value of attribute endpoints.
98 99 100 |
# File 'sig/types.rbs', line 98 def endpoints @endpoints end |
#integrated_repositories ⇒ ::Array[Types::IntegratedRepository]
Returns the value of attribute integrated_repositories.
102 103 104 |
# File 'sig/types.rbs', line 102 def integrated_repositories @integrated_repositories end |
#source_code ⇒ ::Array[Types::SourceCodeRepository]
Returns the value of attribute source_code.
101 102 103 |
# File 'sig/types.rbs', line 101 def source_code @source_code end |