Class: Aws::Types::CreateModelPackageGroupInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#managed_configurationTypes::ManagedConfiguration

Returns the value of attribute managed_configuration.



2564
2565
2566
# File 'sig/types.rbs', line 2564

def managed_configuration
  @managed_configuration
end

#model_package_group_description::String

Returns the value of attribute model_package_group_description.

Returns:

  • (::String)


2562
2563
2564
# File 'sig/types.rbs', line 2562

def model_package_group_description
  @model_package_group_description
end

#model_package_group_name::String

Returns the value of attribute model_package_group_name.

Returns:

  • (::String)


2561
2562
2563
# File 'sig/types.rbs', line 2561

def model_package_group_name
  @model_package_group_name
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



2563
2564
2565
# File 'sig/types.rbs', line 2563

def tags
  @tags
end