Class: Aws::Types::CreateProjectMembershipInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#designation"PROJECT_OWNER", ...

Returns the value of attribute designation.

Returns:

  • ("PROJECT_OWNER", "PROJECT_CONTRIBUTOR", "PROJECT_CATALOG_VIEWER", "PROJECT_CATALOG_CONSUMER", "PROJECT_CATALOG_STEWARD")


1431
1432
1433
# File 'sig/types.rbs', line 1431

def designation
  @designation
end

#domain_identifier::String

Returns the value of attribute domain_identifier.

Returns:

  • (::String)


1428
1429
1430
# File 'sig/types.rbs', line 1428

def domain_identifier
  @domain_identifier
end

#memberTypes::Member

Returns the value of attribute member.

Returns:



1430
1431
1432
# File 'sig/types.rbs', line 1430

def member
  @member
end

#project_identifier::String

Returns the value of attribute project_identifier.

Returns:

  • (::String)


1429
1430
1431
# File 'sig/types.rbs', line 1429

def project_identifier
  @project_identifier
end