Class: Aws::Types::PackageGroupDescription

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)


680
681
682
# File 'sig/types.rbs', line 680

def arn
  @arn
end

#contact_info::String

Returns the value of attribute contact_info.

Returns:

  • (::String)


685
686
687
# File 'sig/types.rbs', line 685

def contact_info
  @contact_info
end

#created_time::Time

Returns the value of attribute created_time.

Returns:

  • (::Time)


684
685
686
# File 'sig/types.rbs', line 684

def created_time
  @created_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


686
687
688
# File 'sig/types.rbs', line 686

def description
  @description
end

#domain_name::String

Returns the value of attribute domain_name.

Returns:

  • (::String)


682
683
684
# File 'sig/types.rbs', line 682

def domain_name
  @domain_name
end

#domain_owner::String

Returns the value of attribute domain_owner.

Returns:

  • (::String)


683
684
685
# File 'sig/types.rbs', line 683

def domain_owner
  @domain_owner
end

#origin_configurationTypes::PackageGroupOriginConfiguration

Returns the value of attribute origin_configuration.



687
688
689
# File 'sig/types.rbs', line 687

def origin_configuration
  @origin_configuration
end

#parentTypes::PackageGroupReference

Returns the value of attribute parent.



688
689
690
# File 'sig/types.rbs', line 688

def parent
  @parent
end

#pattern::String

Returns the value of attribute pattern.

Returns:

  • (::String)


681
682
683
# File 'sig/types.rbs', line 681

def pattern
  @pattern
end