Class: Aws::Types::PackageGroupSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


712
713
714
# File 'sig/types.rbs', line 712

def arn
  @arn
end

#contact_info::String

Returns the value of attribute contact_info.

Returns:

  • (::String)


717
718
719
# File 'sig/types.rbs', line 717

def contact_info
  @contact_info
end

#created_time::Time

Returns the value of attribute created_time.

Returns:

  • (::Time)


716
717
718
# File 'sig/types.rbs', line 716

def created_time
  @created_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


718
719
720
# File 'sig/types.rbs', line 718

def description
  @description
end

#domain_name::String

Returns the value of attribute domain_name.

Returns:

  • (::String)


714
715
716
# File 'sig/types.rbs', line 714

def domain_name
  @domain_name
end

#domain_owner::String

Returns the value of attribute domain_owner.

Returns:

  • (::String)


715
716
717
# File 'sig/types.rbs', line 715

def domain_owner
  @domain_owner
end

#origin_configurationTypes::PackageGroupOriginConfiguration

Returns the value of attribute origin_configuration.



719
720
721
# File 'sig/types.rbs', line 719

def origin_configuration
  @origin_configuration
end

#parentTypes::PackageGroupReference

Returns the value of attribute parent.



720
721
722
# File 'sig/types.rbs', line 720

def parent
  @parent
end

#pattern::String

Returns the value of attribute pattern.

Returns:

  • (::String)


713
714
715
# File 'sig/types.rbs', line 713

def pattern
  @pattern
end