Class: Aws::Types::GetAssetTypeOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:description])

Instance Attribute Summary collapse

Instance Attribute Details

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


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

def created_at
  @created_at
end

#created_by::String

Returns the value of attribute created_by.

Returns:

  • (::String)


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

def created_by
  @created_by
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2558
2559
2560
# File 'sig/types.rbs', line 2558

def description
  @description
end

#domain_id::String

Returns the value of attribute domain_id.

Returns:

  • (::String)


2555
2556
2557
# File 'sig/types.rbs', line 2555

def domain_id
  @domain_id
end

#forms_output::Hash[::String, Types::FormEntryOutput]

Returns the value of attribute forms_output.

Returns:



2559
2560
2561
# File 'sig/types.rbs', line 2559

def forms_output
  @forms_output
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2556
2557
2558
# File 'sig/types.rbs', line 2556

def name
  @name
end

#origin_domain_id::String

Returns the value of attribute origin_domain_id.

Returns:

  • (::String)


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

def origin_domain_id
  @origin_domain_id
end

#origin_project_id::String

Returns the value of attribute origin_project_id.

Returns:

  • (::String)


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

def origin_project_id
  @origin_project_id
end

#owning_project_id::String

Returns the value of attribute owning_project_id.

Returns:

  • (::String)


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

def owning_project_id
  @owning_project_id
end

#revision::String

Returns the value of attribute revision.

Returns:

  • (::String)


2557
2558
2559
# File 'sig/types.rbs', line 2557

def revision
  @revision
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


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

def updated_at
  @updated_at
end

#updated_by::String

Returns the value of attribute updated_by.

Returns:

  • (::String)


2566
2567
2568
# File 'sig/types.rbs', line 2566

def updated_by
  @updated_by
end