Class: Aws::Types::IdNamespaceAssociation

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)


1688
1689
1690
# File 'sig/types.rbs', line 1688

def arn
  @arn
end

#collaboration_arn::String

Returns the value of attribute collaboration_arn.

Returns:

  • (::String)


1692
1693
1694
# File 'sig/types.rbs', line 1692

def collaboration_arn
  @collaboration_arn
end

#collaboration_id::String

Returns the value of attribute collaboration_id.

Returns:

  • (::String)


1691
1692
1693
# File 'sig/types.rbs', line 1691

def collaboration_id
  @collaboration_id
end

#create_time::Time

Returns the value of attribute create_time.

Returns:

  • (::Time)


1695
1696
1697
# File 'sig/types.rbs', line 1695

def create_time
  @create_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1694
1695
1696
# File 'sig/types.rbs', line 1694

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1687
1688
1689
# File 'sig/types.rbs', line 1687

def id
  @id
end

#id_mapping_configTypes::IdMappingConfig

Returns the value of attribute id_mapping_config.



1699
1700
1701
# File 'sig/types.rbs', line 1699

def id_mapping_config
  @id_mapping_config
end

#input_reference_configTypes::IdNamespaceAssociationInputReferenceConfig

Returns the value of attribute input_reference_config.



1697
1698
1699
# File 'sig/types.rbs', line 1697

def input_reference_config
  @input_reference_config
end

#input_reference_propertiesTypes::IdNamespaceAssociationInputReferenceProperties

Returns the value of attribute input_reference_properties.



1698
1699
1700
# File 'sig/types.rbs', line 1698

def input_reference_properties
  @input_reference_properties
end

#membership_arn::String

Returns the value of attribute membership_arn.

Returns:

  • (::String)


1690
1691
1692
# File 'sig/types.rbs', line 1690

def membership_arn
  @membership_arn
end

#membership_id::String

Returns the value of attribute membership_id.

Returns:

  • (::String)


1689
1690
1691
# File 'sig/types.rbs', line 1689

def membership_id
  @membership_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1693
1694
1695
# File 'sig/types.rbs', line 1693

def name
  @name
end

#update_time::Time

Returns the value of attribute update_time.

Returns:

  • (::Time)


1696
1697
1698
# File 'sig/types.rbs', line 1696

def update_time
  @update_time
end