Class: Aws::Types::RepositorySummary

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)


871
872
873
# File 'sig/types.rbs', line 871

def 
  @administrator_account
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


874
875
876
# File 'sig/types.rbs', line 874

def arn
  @arn
end

#created_time::Time

Returns the value of attribute created_time.

Returns:

  • (::Time)


876
877
878
# File 'sig/types.rbs', line 876

def created_time
  @created_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


875
876
877
# File 'sig/types.rbs', line 875

def description
  @description
end

#domain_name::String

Returns the value of attribute domain_name.

Returns:

  • (::String)


872
873
874
# File 'sig/types.rbs', line 872

def domain_name
  @domain_name
end

#domain_owner::String

Returns the value of attribute domain_owner.

Returns:

  • (::String)


873
874
875
# File 'sig/types.rbs', line 873

def domain_owner
  @domain_owner
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


870
871
872
# File 'sig/types.rbs', line 870

def name
  @name
end