Class: Aws::Types::RepositoryDescription

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#administrator_account::String

Returns the value of attribute administrator_account.

Returns:

  • (::String)


851
852
853
# File 'sig/types.rbs', line 851

def 
  @administrator_account
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


854
855
856
# File 'sig/types.rbs', line 854

def arn
  @arn
end

#created_time::Time

Returns the value of attribute created_time.

Returns:

  • (::Time)


858
859
860
# File 'sig/types.rbs', line 858

def created_time
  @created_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


855
856
857
# File 'sig/types.rbs', line 855

def description
  @description
end

#domain_name::String

Returns the value of attribute domain_name.

Returns:

  • (::String)


852
853
854
# File 'sig/types.rbs', line 852

def domain_name
  @domain_name
end

#domain_owner::String

Returns the value of attribute domain_owner.

Returns:

  • (::String)


853
854
855
# File 'sig/types.rbs', line 853

def domain_owner
  @domain_owner
end

#external_connections::Array[Types::RepositoryExternalConnectionInfo]

Returns the value of attribute external_connections.



857
858
859
# File 'sig/types.rbs', line 857

def external_connections
  @external_connections
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


850
851
852
# File 'sig/types.rbs', line 850

def name
  @name
end

#upstreams::Array[Types::UpstreamRepositoryInfo]

Returns the value of attribute upstreams.

Returns:



856
857
858
# File 'sig/types.rbs', line 856

def upstreams
  @upstreams
end