Class: Aws::Types::Assets

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#actors::Array[Types::Actor]

Returns the value of attribute actors.

Returns:



99
100
101
# File 'sig/types.rbs', line 99

def actors
  @actors
end

#documents::Array[Types::DocumentInfo]

Returns the value of attribute documents.

Returns:



100
101
102
# File 'sig/types.rbs', line 100

def documents
  @documents
end

#endpoints::Array[Types::Endpoint]

Returns the value of attribute endpoints.

Returns:



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.

Returns:



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.

Returns:



101
102
103
# File 'sig/types.rbs', line 101

def source_code
  @source_code
end